Feed Variables
By Paul
0/5 based on 0 votes. The median rating is 0.
By Paul
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 image), like this:
{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.
<!-- BEGIN FEEDS -->
<a href="http://scripts.webmastersite.net/wsngallery/manual/{FEEDLINK}">{FEEDTITLE}</a> by {FEEDAUTHOR} on {FEEDPUBDATE}:
<br>{FEEDDESCRIPTION}
<br>
<!-- END FEEDS -->
{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.
Rating:
0/5 based on 0 votes. The median rating is 0.
Submitted: 01/05/08 (Edited 07/08/08)
Description: RSS feed template variables for the feeds which are associated to particular images.
Views:
150 views. Averaging 0 per day.
In the most recent 30 day period, there've been 1 views.

Print
E-Mail