fm:Rss


The RSS component allows you to add additional rss feeds to your html document, from within for example an Application Template. You must include the {$htmlheaders} template variable to your wrapper template in order for this to work correctly.

Example

<fm:Rss href="http://www.reddit.com/.rss" type="rss" />

Supported attributes

NameRequiredDefaultDescription
hrefRequiredN/AThe url to the RSS feed
titleOptionalN/AThe name of the RSS feed
typeOptionalatomThe type of the rss feed (either rdf,rss or atom)

See also