How do I add an RSS button to web browsers?
In order for the RSS button to appear in the browser itself, a special link tag must be added to the <head>
section of the page.
This is something that Armadillo isn’t currently capable of doing, but you can add such a link tag in RapidWeaver itself.
The tag should follow this format, and you’ll need to edit it to suit your specific website info:
<link rel="alternate" title="My RSS Feed" href="http://www.yourwebsite.com/armadilloPage/files/armadillo/yourFeed.rss" />