Office Live Small Business Community Forums

How do you put a rss feed on site and logo

Last post 09-26-2008 6:23 PM by StudioAllen. 8 replies.
Page 1 of 1 (9 items)
Sort Posts:
03-17-2008 4:32 PM
Hope Joined on 02-20-2008 Posts 41
How do you put a rss feed on site and logo

Hi,

I need to put an rss feed on my site from one of my advertisers and I was able to go to their FTP site and get the feed and put it on my desktop but I don't know how to put it on my site. It was loaded in an excel format. What are the basics for posting a feed here? Also, last week I saw a post about someone asking how you find a logo for your site and didn't get to read it, now it's no longer posted here. Does anyone remember that post and what the suggestions were. Thanks

03-17-2008 6:35 PM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: How do you put a rss feed on site and logo

Hi Hope,

Let me clarify this first. The advertiser wants to show their latest news/blog/posting in an area on your website via an rss feed, correct?  You also mentioned that you have the feed file and it opened up in excel?  Does the advertiser want the feed to be "live", i.e. updated in real-time?

Royster
PartArt: A fresh approach to viewing new posts from the Office Live CommunityTry it out now!

03-18-2008 12:18 AM In reply to
Hope Joined on 02-20-2008 Posts 41
Re: How do you put a rss feed on site and logo

Yes, the feed would be live, and is a .CSV & XML datafeed that can be loaded in a database to dynamically display their products. Sorry, RSS, CBS, NBC it's all the same to me. This would be a great help if it can be done on this web service. I haven't found reference to it when looking throught the resources here. Thanks for any insight.

03-18-2008 11:03 AM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: How do you put a rss feed on site and logo

Displaying third-party RSS feed isn't something that is currently supported by Office Live.  The only feed that will work out of the box for Office Live is with Windows Live Spaces via its module. 

Does the CSV file and XML datafeed contain the same data, but just in different formats?  If they are, then you do not need to worry about displaying the XML datafeed. Instead you can load the CSV file into a custom list in Office Live, and then use list publisher to display the content.  However, you will need to do this manually (maybe once a day or once a week depending on how often that data is updated).  It's best for you to explain more about these feeds (i.e. show what data is included) for me to understand this better.

To display an RSS datafeed (RSS is XML based), you will need an RSS reader, which will extract the data from the feed and present it in an easy to read format.  As I mentioned before, Office Live does not provide this functionality for third-party RSS feeds.  However, you can use a javascript-based or flash-based RSS reader to show RSS feeds on any webpage.  There are some caveats but I will address those once I know more from you.

Hope this helps!
Royster
PartArt: A fresh approach to viewing new posts from the Office Live CommunityTry it out now!

03-22-2008 5:38 AM In reply to
Hope Joined on 02-20-2008 Posts 41
Re: How do you put a rss feed on site and logo

Dear royster,

Thankyou for this response, this is something that for me requires study and reflection (smile). So it's taken me a while to get back to you on this, but I will soon, after I look at the Windows Live Spaces. An additional vendor wrote about me adding an Rss feed now so I'll have to work on these things when I get the chance.

08-18-2008 10:18 AM In reply to
SCD Joined on 08-18-2008 Posts 2
Re: How do you put a rss feed on site and logo

royster:
There are some caveats but I will address those once I know more from you.

Hi Royster - I am almost in the same boat - and your help would be appreciated... I am using Yahoo's topstories - I have their RSS link - I use a free Cut and Paste RSS to Java Script site (http://itde.vccs.edu/rss2js/build.php) Very simple to use... They even offer CSS styles that you can modify... Now to my question... for instance the code to place into the HTML module is <script language="JavaScript" src="http://itde.vccs.edu/rss2js/feed2js.php?src=http%3A%2F%2Ffinance.yahoo.com%2Frss%2Ftopstories&chan=n&num=1&desc=1&date=n&targ=n" type="text/javascript" defer="defer"></script>

This is the basic code. Is there a way in this code to change the background color, link color, etc. If so how - if not or if it would be easier to use the CSS style sheets - where would I place it? I use IDs and Classes on this site.

Here would be an example of their CSS

/* begin styles for RSS Feed */

.rss_box {
  margin: 10px 5%;
  padding: 4px 8px;
  width: 460px;
  background-color: #ededed;
  border: 2px dashed #7485CA;
}

.rss_title, rss_title a {
 font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
 font-size: 18px;
 font-weight:bold;
 margin: 5px 0;
 padding: 0;
 letter-spacing: 1px;
}

.rss_items {
 
}

.rss_item  {
  font-family: verdana, arial, sans-serif;
  font-size: 13px;
  font-weight : bold;
  margin: 8px 0;
}

.rss_item a:link, .rss_item a:visited, .rss_item a:active {
 text-decoration : none;
 border-bottom: 1px solid #ededed;
 color: #88b;
 }

.rss_item a:hover {
 text-decoration : none;
 color: #e0861e;
 border-bottom: 1px dotted #e0861e;
 }
 
.rss_date {
 font-size: 11px;
 font-weight : normal;
 color: #F60;
 }

Also - I have found another that offers a background color change in the JS code - However I have a white frame surrounding the Feed - I have tried <style> .MSC_Body { background:#b5bab9; } </style> but that didn't do anything.

Thanks in advance -
Laura

08-18-2008 7:46 PM In reply to
royster Joined on 02-12-2008 Posts 1,478
Re: How do you put a rss feed on site and logo

 Hi Laura,

You will need to put that style code in bewten <style> .. put code here... </style> tags before your <script> from the JS RSS reader.

You can learn which class does what here:

http://itde.vccs.edu/rss2js/style.php

Royster

09-26-2008 7:50 AM In reply to
Flamingo Suite Joined on 08-31-2008 Nha Trang Posts 5
Re: How do you put a rss feed on site and logo

Hi Royter,

I have put a rss feed on my site http://nhatrang.hotels.officelive.com to get fresh news from Vietnam (where I operate an hotel) but now... I am stuck with the ccs style sheet to improve the look and resize the html box where I put my code...

I try to add the CSS code provided at http://itde.vccs.edu  in the style sheet of my page (I have the basic officelive as you can see..)

I try all combinaisons and not lost lost lost...

First, is it possible to change the rss box without having a html editor?

Second, if it possible to add a code to my basic officelive, what do I do? Like step by step....

See my first computer was an McIntosh 128kb (with Flight Simulator 1.0) so I did not study anything! On programming!!!! LOL

Seriously, someone can help? 

Nicolas

09-26-2008 6:23 PM In reply to
StudioAllen Joined on 02-08-2008 Dorr, MI Posts 2,047
Re: How do you put a rss feed on site and logo

The trouble isn't necessarly that your not doing it right, it just that the HTML module is IFrame so any CSS you add in your Style Sheet is not going do anything to the IFrame.  Anyway, there are two ways you can fix this either try putting the code into the Custom Footer (which doesn't use IFrame) or you will need to place your CSS code into the HTML module with the other code, just need to use <style> </style> and place your CSS inbetween.

StudioAllen
Solutions for Office Live How to Verify your site on Google Webmasters!
Advertisement