dev-master
9999999-devLatest Tweets module for SilverStripe.
The Requires
silverstripe twitter tweets
Latest Tweets module for SilverStripe.
Latest Tweets module for SilverStripe., (*1)
Elvinas LiutkeviÄius, (*2)
SilverStripe 3, (*4)
Simply install the module using the standard method., (*5)
This module uses SS_Cache to reduce the amount of Twitter REST API requests. Default cache lifetime is 30min. You can change this value by putting this line in your _config.php (1800 is cache lifetime in seconds):, (*6)
SS_Cache::set_cache_lifetime('LatestTweets_cache', 1800, 10);
Simple. Just place $LatestTweets anywhere in your template., (*7)
If you're unhappy with default tweet list template you can override the default LatestTweets.ss template., (*8)
Uses tmhOAuth
library written in PHP by Matt Harris (http://themattharris.com),
specifically for use with the Twitter API., (*9)
Latest Tweets module for SilverStripe.
silverstripe twitter tweets