subject: RSS Fields: Displaying RSS Feeds on Your Web Page [print this page] RSS feeds have made it very convenient to syndicate information from various sources. Most of websites and services that publish fresh content, such as ezines, press release, new agencies, blogs make their content available thru RSS feeds. As new content is published the RSS feed gets updated automatically.
Adding RSS feeds to web pages has many advantages. Let us say you have added RSS feeds from a popular ezine on one of your web pages.
The content of the web page is automatically updated as the ezine makes new content available via RSS feeds. Every time search engine spiders crawl your web page they are likely to find the web page updated.
The visitors to your web site will also find new content on every visit and they might be tempted to visit your web page more often.
You do not have to bother about writing fresh content as RSS feeds are updated automatically.
Earlier I had written an article on adding RSS feeds to a web page using javascript. While this method makes fresh content available to the readers, the content of the feed cannot be "read" by search engine spiders. Therefore the web page does not get the benefit of changing content from the search engines.
On the other hand php based installation makes it possible for spiders to notice the changing content of the web page. This article is a follow-up of my previous article which outlines simple steps to put RSS feeds on a web page.
For the purpose of this article I have chosen the free version of software available from CaRP. The software can be downloaded from this site:
The instruction manual which comes with the package gives detailed instructions for installing and running the software. Additional information is available from the site. While there are several options available for using the software, I am showing here the simplest steps to load and run the software:
Download the software on your computer. It comes in a zip file. After unzipping save the available folders and files on your computer. These files and folders will be available carp (folder), img (folder), carpsetup.php, README.html .
Upload all the files and folders to the root directory of your website. This can be done by using FTP. If uploading is done file by file, ensure that the names of the files and folders, and location of files in their folders do not change..
. A new page will be displayed. There are two options given there and both are fairly simple to work with. The file based cashing option is sometimes easier to set up since you don't have to create a database and copy and paste the setup code into carpconf.php . You could try this option first and if you face any problem you can choose the other option which is based on mySQL database.