This module is now deprecated
This is an Origami module that renders a tweet in FT style.
Data properties listed in the template follow Twitter's response data model for the statuses/show API call with the following exceptions to support Mustache's logicless template syntax:
entities.media
entries with atype
property of 'photo' should be mapped to thephotos
collectionentities.urls
entires with anexpanded_url
referring to a YouTube video page should be mapped to thevideos
collection, where an additionalvideo_id
property should be set to the extracted ID of the video.text
should be parsed for links and turned into HTMLretweet_count
andfavorite_count
should be formatted appropriately
This software is published by the Financial Times under the MIT licence.