Skip to main content

Feed

Get data from an Atom or RSS feed.
{loop type="feed" name="the-loop-name" [argument="value"], [...]}

Arguments

ArgumentDescriptionDefaultExample
timeoutDelay in seconds after which the loop closes the connection with the remote server10timeout=10
url *An Atom or RSS feed URL.nullurl='http://thelia.net/feeds/?lang=en'

Plus the global arguments

Outputs

VariableValue
$AUTHORThe feed item author
$DATEthe feed item date, as a Unix timestamp
$DESCRIPTIONthe feed item description
$TITLEThe feed item title
$URLthe feed item URL

Plus the global outputs