This plugin includes an RSS feed in a wiki page.

Usage

{RSS(id=>feedId,max=>numberOfItems,date=>1,author=>1,desc=>1)}{RSS}

feedId is the id of the feed in the feed list of Admin / RSS Feeds, max is the number of shown entries, date and author (may be missing) are added if the switch is 1, and hidden if the switch is 0, desc is a short description of the current rss item (may be missing).

Example

Let's say you wish to display the contents of 10 items of a feed with the Id of 5 inside a Wiki page. Simple include this in your page, with date, but no author:

{RSS(id=>5,max=>10,date=>1,author=>0,desc=>1)}{RSS}

Introduced in Tiki 1.9