Help/RssFeedPlugin
Note: You are viewing an old revision of this page. View the current version.
The RssFeed plugin allows to display external RSS feeds.
Usage
<<RssFeed url=http://somesite.tld/linktofeed.rss>>
Arguments
Argument |
Description |
Default value |
---|---|---|
url |
RSS Feed URL |
empty |
feed |
RSS Feed Name |
empty |
description |
Description of the RSS Feed |
empty |
maxitem |
Max. number of entries (0 = unlimited) |
0 |
titleonly |
Boolean. If true, do not display item body. |
false |
Example
PhpWikiRss feed for PhpWiki:RecentChanges
<<RssFeed feed=PhpWikiRss description="PhpWiki RecentChanges" url=http://phpwiki.demo.free.fr/index.php/RecentChanges?format=rss>>