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.
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=”application/atom+xml” title=”Web Site name – ATOM Feed” href=”http://yourwebsite.com/atom.xml”/> It over.. How easy this..! Now open the





