This page last changed on Aug 08, 2011 by jed.wheeler@involver.com.
Overview
Objects returned by the rss_feed feature block
Attributes
name |
type |
description |
feed_item.title |
string |
Returns the title of the rss feed item. |
feed_item.origin_url |
string |
URL to link directly back to the specific rss feed item |
feed_item.main_text_body |
string |
Rss feed item body |
feed_item.summary_text_body |
string |
Rss feed item body |
feed_item.default_image(.cached_url) |
string |
Rss feed item image (image URL) |
feed_item.flash_embed(.swf_src) |
string |
URL to flash embed extracted from this Rss feed item |
feed_item.flash_embed(.flashvars) |
string |
Flashvars for flash embed extracted from this Rss feed item |
feed_item.flash_embed(.width) |
string |
Width of flash embed extracted from this Rss feed item |
feed_item.flash_embed(.height) |
string |
Height of flash embed extracted from this Rss feed item |
feed_item.published_relative_time |
string |
Returns the time for when the rss feed item was published relative to the current time. For example: "3 days ago" |
feed_item.formatted_published_at |
string |
Returns the time for when the rss feed item was published. |
feed_item.source |
|
Allows you to access the attributes of rss_source for that specific content item. |
Examples
See the rss_feed feature block examples for feed_item being used.
FAQ
There are currently no FAQ questions for this item.
Related Topics
|