Description
Display an RSS or Atom feed on your website. The feed can be fully customized by the use of HTML templates and token replacements.

Module settings
Feed URL:
Select the feed to display.
Max items:
The maximum number of items that will be displayed.
Make the Feed Title the Module Title:
Sets the module title to the feed title at runtime.
Header template:
The template uses as header.
Item template:
The template uses to display the items.
Alternating item template:
The alternating template uses to display the items.
Separator template:
The template used between the items.
Footer template:
The template used as footer.
Available tokens in templates
Available tokens for use in the header and footer template:
{FEED_TITLE} |
The title of the feed |
{FEED_LINK} |
Generates a clickable link of the feed title |
{FEED_LINK_URL} |
The link of the feed |
{FEED_DESCRIPTION} |
The description of the feed |
Available tokens for use in the item templates:
{TITLE} |
The title of the item |
{TITLE_LINK} |
Generates a clickable link of the item title |
{LINK} |
Generates a "Read more" link of the item. |
{LINK_URL} |
The link of the item |
{CONTENT} |
The content of the item |
{PUBLISHDATE} |
The publish date of the item |
{IMAGE} |
Generates an image if present in the feed |
{IMAGE_URL} |
The link to the image |
Live demo
Go to http://modules.vdwwd.eu for a live demo.