Rss Macro
Displays a RSS feed.Usage
{rss:feed=<feed>|img=<img>)Parameters definition
| Name | Optional | Allowed values | Default value | Description |
|---|---|---|---|---|
| feed | no | URL | none | The RSS feed URL |
| img | yes | "true" or "false" | "false" | If "true" and if the feed has an image, display it |
| align | yes | values allowed by the align parameter of the Image Macro | "left" | Specifies how to align the image (only used if the img parameter has been specified |
| css | yes | "true" or "false" | "false" | If "true" then adds class id elements (rssitem, rssitemtitle, rssitemdescription, rsschanneltitle, etc) which you can style by modifying your skin's CSS file |
| count | yes | an integer | undefined (i.e. all items) | The number of feed items to display |
| full | yes | "true" or "false" | "false" | If "true" displays a summary in addition to the feed item link |
| search | yes | "true" or "false" | "false" | If "true" and if the feed as a search field, then this field will be displayed |
Example
{rss:feed=http://beust.com/weblog/index.rdf|full=true|count=3}Result
Version 2.1 last modified by VincentMassol on 19/06/2008 at 22:11
Comments: 0