The easiest way to create an RSS feed is to use software. The software I would recommend is FeedForAll (there is a Windows and a Mac version). There is a built-in wizard that will walk you through the process of creating a feed.
How to Put an RSS Feed on Your Website
<rss version="2.0">
<channel>
<title>This is my Web Page</title>
<link>abc.com</link>
<description>
Read more to learn about my corporation!
</description>
<language>en-us</language>
<item>
<title>
This is my First Article
</title>
<link>your website URL</link>
<description>
How are you guys..
</description>
</item>
</channel>
</rss>
You can use feedburner to create rss for your website.. just login to feedburner.google.com and enter your website URL.. it will automatically create an RSS for you..
The easiest way to create an RSS feed is to use software. The software I would recommend is FeedForAll (there is a Windows and a Mac version). There is a built-in wizard that will walk you through the process of creating a feed.
The easiest way to create an RSS feed is to use software. The software I would recommend is FeedForAll (there is a Windows and a Mac version). There is a built-in wizard that will walk you through the process of creating a feed.
How to Put an RSS Feed on Your Website
<rss version="2.0">
<channel>
<title>This is my Web Page</title>
<link>abc.com</link>
<description>
Read more to learn about my corporation!
</description>
<language>en-us</language>
<item>
<title>
This is my First Article
</title>
<link>your website URL</link>
<description>
How are you guys..
</description>
</item>
</channel>
</rss>
Thanks for info but how u use custom u r domain in rss instead of feedburner’s domain name.
you can't create rss feed automatic by feedburner.google.com it is for blogs versions. but you can use feedity.com it is for feed generator for static sites.