Helping ordinary people create extraordinary websites!
   

How to make my RSS feed show up in the browser address bar?

Tuesday, 20th October 2009
by Chaka

I see it on this site where when I am on a particular section of the site I see the RSS feed icon in the address bar of the browser. How can I add that to my website? I have it on my pages aready, however, its a much better placement being up there.

Thanks.





Vader
Hi Chaka,
You can add your RSS feed icon to the address bar by adding the code listed below to the head of your webpage.

<link rel="alternate" type="application/rss+xml" title="Title of Feed" href="location of your rss feed file />

Eg.
<head>
<title>My Famous Webpage</title>
<link rel="alternate" type="application/rss+xml" title="Title of Feed" href="URL of your RSS feed file" />
</head>

Vader.


</head>
Tuesday, 20th October 2009
Votes:
39
18

More HTML Help:
» How to create popup menu in html
» HTML Background Image Code
» What does DOCTYPE html PUBLIC do for my webpage?
» How to create an email link to open the email client with the subject filled in?
» How do I set an absolute path that will work throughout the site?
» How can i make the hit counter when the person clicks the link
» How do I use HTML code in Sharepoint in the "Rich text editor" with the help of "edit html source".
» How to set a picture as the background for a web page?