-
☆ A M B ☆
- 24,524 Posts
Can I get the RSS icon and link to a feed in the address bar like SMF does? I have three main "news" documents, and three .rss xml pages. I would ideally like to get the icon with link when the user is on the relevant news page.
try including the folowing in the head of your template.
<link rel="alternate" type="application/rss+xml" title="RSS" href="[~Id of feed~]" />
can include asmany as you want so include one for each of your 3 rss files and it will then show the RSS icon which when clicked will display a dropdown box with an option of which one to subscribe to depicted by the title...
-
☆ A M B ☆
- 24,524 Posts
Ah, is that what those were in the default demo site installation! Thanks!
thats ok most people are unaware due to the fact that at the moment its a firefox only tag but it is very handy