This project is not covered by Drupal’s security advisory policy.
Creates a Twitter feed block using SimplePie.
to use:
- Install and activate: http://drupal.org/project/simplepie -- make sure you read how to install the simplepie library. (If you have any problems with errors re. the cache directory, you can try this version: http://drupal.org/files/issues/simplepie.module_6.x-1.0-beta1-MOD.zip ). That's the hard part. Now, simply:
- Install and activate tweetsimple
- Go to your blocks admin and activate the block by putting it into a region.
- Using the blocks admin, configure the simplepie block by entering the Twitter feed search URL you would like to display:
- go to: http://search.twitter.com
- enter your search term, either a basic or advanced search
- add ".atom" between "search" and the "?" like so:
http://search.twitter.com/search?q=cool --> http://search.twitter.com/search.atom?q=cool - done!
More features to come. Once you have the SimplePie module installed, it's very easy to add to your own site. For advanced users, you can call the _tweetsimple_getblock($tweet_uri) function directly to add more feeds.
Project information
- Project categories: Content display, Integrations
- Created by rf-pldev on , updated
This project is not covered by the security advisory policy.
Use at your own risk! It may have publicly disclosed vulnerabilities.