Latest Register Log In

+ Advanced Search

Feed Variables

Feed Variables
By
Jan 05, 2008 (Edited Mar 11, 2014)

These feed variables come under the scope of a link, and only apply when a link has a feed. These variables are for each feed item. Feed template varibles go within the <!-- BEGIN FEED --> area (which is itself within the scope of a listing), like this:
<!-- BEGIN FEEDS -->
<a href="{FEEDLINK}">{FEEDTITLE}</a> by {FEEDAUTHOR} on {FEEDPUBDATE}:
<br>{FEEDDESCRIPTION}
<br>
<!-- END FEEDS -->
-- you'll find something like the above in the listing details template in versions 8.0 or older. in WSN 9 or later, go to Admin Panel -> Listings -> Link Fields and edit the RSS Feed URL field, and look in the "Custom Display HTML" box.

{FEEDLINK} - The URL destination of the feed item.
{FEEDTITLE} - The title of the feed item.
{FEEDDESCRIPTION} - The description of the feed item.
{FEEDDESCRIPTIONSTRIPPED} - The feed item description with all HTML removed.
-- Optional parameter: number of characters to cut off at.
{FEEDAUTHOR} - The author of the feed, as credited in the RSS.
{FEEDPUBDATE} - The publication date as credited in the RSS.
{FEEDCANVIEW} - True if the visitor can view the feed, false if not.




Description RSS feed template variables for the feeds which are associated to particular listings.
Rating
Views 574 views. Averaging 0 views per day.
Similar Listings