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  | 
If true, do not display item body (boolean)  | 
false  | 
Examples
PhpWikiRss feed for PhpWiki:RecentChanges
<<RssFeed feed=PhpWikiRss description="PhpWiki:RecentChanges"
                 url=http://phpwiki.sourceforge.net/phpwiki/RecentChanges?format=rss>>

