FEED Subscribe buttons
In this post I am going to explain about FEED subscribe buttons, some sites like Google, Yahoo, MSN, AOL and more those sites we directly subscribe favorite site FEED URL. Some we can view all updates from those sites.
In this below example URLs please replace the text [URL] to your site RSS (FEED) URL.
Subscribe FEED to Google Reader / IGoogle :-
The URL format is http://fusion.google.com/add?feedurl=[URL]
Example :-
http://fusion.google.com/add?feedurl=http://shareour...
More
RSS
Make browser to know Web Site Feed
RSS and ATOM Use
check this video
[Youtube=http://www.youtube.com/watch?v=gJw8GeFPv2M]
To make browser to know your web site Feed your automatically. Follow this steps
1) Create RSS or ATOM for your web site. Follow the standard of RSS/ATOM while creating it.
2) Then add this line in <head>...</head> tag.
For RSS:
<link rel="alternate" type="application/rss+xml"
title="Web Site name - RSS Feed"
href="http://yourwebsite.com/rss.xml" />
For ATOM:
<link rel="alternate" type...
More