Hi all, How do i create a rrs feed for my website?What is the easiest rss feed creater tool to use? Thanks
You can use rss feed creator tool by searching on google or can create manualy follow link (http://www.make-rss-feeds.com/making-an-rss-feed.htm) for manual creating RSS.
You can create RSS Feed manually due to this code, just place these information at your notepad and save it in xml extention and <?xml version="1.0"?> <rss version="2.0"> <channel> <title></title> <description></description> <link></link> <item> <item> <title></title> <description></description> <link></link> </item> </channel> for any RSS feed thses information have required, you can add more url just in <Item> Thanks,
Hi, Go here http://www.RSSGenerator.net. Simply follow the instructions and it will create an RSS feed for your site for free.
You can create RSS feed by two ways. Either manually or by using a feed creating tool. Both the ways are very simple to implement. You can use RSS feed creator software to create RSS feeds or manually you can use the following code. <rss version="2.0"> <channel> <title>****Place your title here****</title> <description></description> <link></link> <item> <title></title> <description></description> <link></link> </item> </channel>
Whichever way you choose to create your feed, make sure to validate it: http://validator.w3.org/feed/ Good luck!
Yes, it is really wonderful tool to show the page contents in a feed. However, there are other rss feed tools but this is one is tremendously great.