Step 1: Copy the URL of the RSS feed to the clipboard (make sure you copy the location of the feed, not the website).
Step 2: Append the feed URL to this string- hxxp://gmodules.com/ig/creator?url=
Confused ? Let me illustrate that with a quick example. Say the RSS feed address is hxxp://feeds.labnol.org/labnol, then our string becomes:
Step 3: Open this new link in your web browser, adjust the dimensions of the gadget, change the border color and finally click "Get the Code" button.Code:http://gmodules.com/ig/creator?url=http://feeds.labnol.org/labnol
Code:<script src="http://gmodules.com/ig/ifr?url=http://feeds.labnol.org/labnol&synd=open&w=320&h=200&title=&border=%23ffffff%7C3px%2C1px+solid+%23999999&output=js"></script>
Place this Javascript code anywhere in your web page where you want the RSS items to be displayed.
Your site visitors can now scan the Reuters news headlines without leaving your website.
Are you talking about embedding RSS feeds into your html website?
hxxxp://www.labnol.org/internet/tools/embed-rss-feeds-add-html-websites-javascript/2515/
Or you could just fill in the form info on this site and let it generate the code for you
hxxp://www.rss-info.com/en_rssinclude.html
Or check out this page. It has links to many more tools that can generate java or html that can be used to display content in rss feeds.
hxxp://www.rss-specifications.com/display-rss.htm
--------------------------------------
edit -
If your talking about providing a feed from your website instead, then you could try incorporating a link to something like what they recommend on this page:
hxxp://labnol.blogspot.com/2007/02/when-your-favorite-website-doesn-offer.html
Well you could still try incorporating a link to something like what they recommend on this page:No, I want to be able to generate an RSS for my site that I can share. with worpress it;s very easy. With HTML i'm not sure how to go about it.