Best/Easiest way to generate RSS for HTML?

ycfme

Power Member
Joined
Mar 24, 2010
Messages
780
Reaction score
66
Need a SIMPLE NON TECHY solution to create RSS feeds for my HTML site?

Thanks!
:baby:
 
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/
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:
Code:
http://gmodules.com/ig/creator?url=http://feeds.labnol.org/labnol
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:
<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.

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
 
Last edited:
Hey thanks for responding.

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.

Thanks!
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
 
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.
Well you could still 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

Or this page will actually create a feed for your site. You can create a feed for free, but there's some limitations unless you sign up for an account with them.
hxxp://feedity.com/

Here's another site that you can use to create a feed for your html site.
hxxp://www.webrss.com/

You can also set up feeds using this software which will export the code you need for html.
hxxp://www.feedforall.com/feedforall.htm
 
Back
Top