How do I add an RSS button to web browsers?

~ 0 min
2020-07-04 05:04

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" />

Tags: General Questions
Average rating 0 (0 Votes)

You cannot comment on this entry