![]() |
What Is RSSWhat Is RSS? You may have been seeing those little orange RSS or XML buttons around the Internet. If you were wondering what they are... "RSS" means "Really Simple Syndication." What it means to you is that when you subscribe to a site that has an RSS feed, you can keep up-to-date without having to check the site every day or week. Whenever the site is updated your feed will be updated with the new page. How do you get started? Here is how I do it - for free! Go to
Then go to
Lastly -
link rel="alternate" type="application/rss+xml" title="your feed title here" href="http://www.your-site-name.com/myRSSFeed.xml"
Correct the 'title' to describe your site and fill in 'www.your-site-name.com' properly. And, you’ve finished. Now, when a user goes to your web page, the "Web Feeds" button will light up. When the user clicks on the button, it will display the title that you put in the link element, and clicking on the title will navigate the user to preview the feed itself (which IE will render in a readable form in the browser - from there the user will be able to subscribe to your feed). That's it - all done! The button below is what you will get. |
|
|
Back to the top of this 'What Is RSS' page |