This page last changed on Mar 28, 2011 by jed.wheeler@involver.com.
tweet_item
Twitter resource that is returned from using the twitter_feed feature block.
Tweet_item is an Output Tag and is bracketed like so {{ tweet_item }}.
Attributes
name |
type |
description |
tweet_item.title |
string |
Returns the tweet message. Note that when outputting the title you'll likely want to combine it with the twitter_link and auto_link filters. For example: {{ tweet_item.title | twitter_link | auto_link }} |
tweet_item.published_relative_time |
string |
Returns the time for when the tweet was published relative to the current time. For example: "3 days ago" |
tweet_item.published_at |
string |
Returns the timestamp this tweet was published on Twitter |
tweet_item.origin_url |
string |
Returns the url to the tweet |
tweet_item.origin_identifier |
string |
Returns Twitter's ID for this tweet |
tweet_item.twitter_user |
string |
Returns the handle of the user that tweeted this item |
tweet_item.twitter_user_image_url |
string |
Returns the URL of the user that tweeted this item |
Examples
See the twitter_feed feature block examples for tweet_item being used.
|