If your site has RSS Feed available and you want to support this (the orange icon show up in the status bar) as below image, you can make it easy.
Add the following line to <head> tag :
<link href="RSSFeedUrlHere" title="TitleHere" type="application/rss+xml" rel="alternate"/>
For example, I used the following lines for my site.
<link href="http://www.iblogseeker.com/rss/RecentBlogs.aspx" title="iBlogSeeker » Most Recent Blogs" type="application/rss+xml" rel="alternate"/>
This feature support in IE and Firefox but don't support in Google Chrome (you need Extensions).
Add the following line to <head> tag :
<link href="RSSFeedUrlHere" title="TitleHere" type="application/rss+xml" rel="alternate"/>
For example, I used the following lines for my site.
<link href="http://www.iblogseeker.com/rss/RecentBlogs.aspx" title="iBlogSeeker » Most Recent Blogs" type="application/rss+xml" rel="alternate"/>
This feature support in IE and Firefox but don't support in Google Chrome (you need Extensions).
No comments:
Post a Comment