Rss feed tool
Add block - Utilities - Utilities - Rss reader
Add block - Utilities - Feeds - Rss reader
-
Feed
The address of the rss feed
-
Number
The number of items to display
-
Template
The template (in html reserved chars must be converted to html entities)
Template Variables
Note: Not all of these variables may be present in all feeds
-
.link.
Contains the address of the feed item's web page
-
.title.
The title of the feed item
-
.source.
The original source of the quoted feed item
-
.no.
feed items number
-
.pubDate.
The date the item was published
-
.description.
A text to describe the feed item.
This is often just a short text description of the feed item but it can be the full content of the item including links and images !
What is shown in the description is up to the feeds author
-
.guid.
Other information about the item
Note: You cannot use feeds from XtGem sites in the RSS reader function
Css for feeds is completly custom set your own classes and styles in the template Example code
<ul>
<xt:feed
feed="http://feeds.bbci.co.uk/news/world/rss.xml"
number="3"
template="<li><a href=".link.">.title.</a><br />.description.</li><small style="color:#789">.pubDate.</small>" />
</ul>
Show in textareaExample output
RSS template converter