Hi everyone, Anybody know how's create RSS feed for any site. Please give me your valuable suggestion Thanks & Regards candry johnson
Creating RSS feed not at all a tough game.... they are basically created for blogs... and if you need it for your website then also you can use feedburner and etc. If you like to generate this RSS yourself then also it can be easily done... basically it is created in XML and it looks like <?xml version="1.0"?> <rss version="2.0"> <channel> <title>The Channel Title Goes Here</title> <description>The explanation of how the page going to be listed under link tag</description> <link>http://www.mysite.com</link> <item> <title>The Title Goes Here</title> <descritpion>The description goes here</description> <link>http://www.mysite.com/services.html</link> </item> <item> <title>Another Title Goes Here</title> <descritpion>Another description goes here</description> <link>http://www.mysite.com/porfolio.html</link> </item> </channel> </rss>
Is there any software available to create a feed for a website? I know it can be done manually but when you have hundreds of pages it can be a chore. Thanks Noel
The easiest way to create an RSS feed is to use software. FeedForAll (there is a Windows and a Mac version) has a built-in wizard that will walk you through the process of creating an RSS feed. You can download an evaluation version from http://www.feedforall.com HTH
I would just use wordpress, then they are handled automatically! If you HAVE to do your own, on a standard site, there are various tools you can use... I have not used any myself, so all I can suggest is that you try to google the term: RSS creator tool - Or something similar!