Log in

View Full Version : How to create RSS Feed



Krishna Priya Mahapatra
07-03-2007, 10:34 AM
Hi

I have created a blog on my website(the site is built in PHP.) using www.blogger.com. That blog can be accessed through a link from the main website. Now i want to create an RSS feed from my blog. The RSS button will appear on each and every page of the site and whenever a visitor clicks the button an RSS feed for the blog should generate.

Is there any php code to achieve this or I have to take help of any software for this.
Can anyone let me know what are the exact steps to be followed to do so...

Thanks
Krishna

thetestingsite
07-03-2007, 11:43 PM
Blogger.com has a built-in RSS feed generator for each blog. Look through the below links for more info.

http://help.blogger.com/bin/answer.py?answer=42662
http://help.blogger.com/bin/answer.py?answer=42663

Hope this helps.

djr33
07-04-2007, 02:33 AM
Also, it's unlikely that you could get the blogger data to create rss yourself, since that's something you'd need to access directly. If you had the system/database/etc, then it would be easy. But from another site, you probably don't have the access needed.

However, yes, you should be able to get an rss feed from them.