logo
Home XtGem- Templates- XtScript- bottom

RSS reader

Add block > Utilities > Utilities >Rss reader
Insert a RSS feed into the page

Basic function

Feed :
The address of the rss feed to use as the source.
Number :
The number of entries to show from the feed
Template :
The template is what decides which content to use from the feed source
It takes the form of a html code with special variables to extract various values from the xml code used in creating rss
The standard default template only uses .link. and .title.
here is the output for a standard function showing 3 items from the feed at
http://feeds.bbci.co.uk/news/world/rss.xml
Nagorno-Karabakh: Armenia says 100,000 refugees flee region
Tupac Shakur: Sister calls new murder charge 'pivotal moment'
Government shutdown only hours away in the US

Paged rss (uses xtscript)

Paged rss feed xtscript

Advanced function
Template Variables

Note: Not all of these variables may be available in the feed source .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
Here is the output of the same BBC news feed using this as a template
.no./ <a href=".link.">.title.</a><br />.description.<br />(.pubDate.)<br />
1 / Nagorno-Karabakh: Armenia says 100,000 refugees flee region
Almost the entire ethnic Armenian population has fled the region since Azerbaijan seized it last week.
(Sat, 30 Sep 2023 10:10:13 GMT)

2 / Tupac Shakur: Sister calls new murder charge 'pivotal moment'
The rapper's sister welcomes news that a former gang leader has been charged with his murder.
(Sat, 30 Sep 2023 11:17:29 GMT)

3 / Government shutdown only hours away in the US
A right-wing revolt has left Congress unable to fund federal agencies before a Saturday midnight deadline.
(Sat, 30 Sep 2023 04:46:10 GMT)

HTML code

If you wish To use the RSS function via html code the reserved characters " & < > in the template must be converted to html entities

RSS reader template converter

NOTE :
You cannot use feeds originating from rss/xml files on any xtgem site it will cause this error
"XT Error: Can`t read RSS files from XtGem sites."

Powered by XtGem
About us Contact Forum topÂ