DotNetNuke Skins and Resources by ThinkofDesign

 

"Subscribe to RSS" browser support 

November 21
2006
0 Comments
By Vasilis Terzopoulos
Tags: DotNetNuke

I'm sure you have noticed that when you're browsing some web sites, an orange RSS icon appears on the right of the Firefox address bar or in the new Internet Explorer's 7 icon toolbar. This icon makes the subscription to this web site's feeds quick and easy. We just have to click the icon once to find out the available feeds and subscribe to the ones we want.

You can add this feature to your web site just by adding the line below in the head section of your default.aspx page:

	<link rel="alternate" type= "application/rss+xml" title="Feed Title" href="Feed URL" />
  • Feed title can be anything. Just use a title that describes your feed better, for example RSS: Articles or RSS: Forums.
  • Feed URL is the absolute path of your feed.

Of course you can add more than one feed by just adding one more code line with a new title and URL.

AddThis Social Bookmark Button

Comments

Currently, there are no comments. Be the first to post one!

Click here to post a comment