Displaying feeds on your web site
In the last post I covered a basic introduction to RSS, In this post we''ll look at how to display those feeds on your website.
Displaying an RSS feed on your website can have various benefits like:
Providing your visitors with updating information
Keeping your website 'fresh' in the eyes of search engines
There are two different scripts I use to display rss feeds on my sites and they are:
RSS2HTML from the site http://www.feedforall.com
RSS Fetch from the site http://www.neoprogrammers.com
RSS Fetch is pretty cool as it allows you to 'cache' the feed and set the period for updates of that cache, this helps to reduce requeasts to the server responsible for the feed and improves the loading time of your site.
Both of these rss scripts have the ability to modify a feed template so as to display the feed how you wish on your site.
Displaying an RSS feed on your website can have various benefits like:
Providing your visitors with updating information
Keeping your website 'fresh' in the eyes of search engines
There are two different scripts I use to display rss feeds on my sites and they are:
RSS2HTML from the site http://www.feedforall.com
RSS Fetch from the site http://www.neoprogrammers.com
RSS Fetch is pretty cool as it allows you to 'cache' the feed and set the period for updates of that cache, this helps to reduce requeasts to the server responsible for the feed and improves the loading time of your site.
Both of these rss scripts have the ability to modify a feed template so as to display the feed how you wish on your site.

0 Comments:
Post a Comment
<< Home