Drupal Twitter Tweets Module

The Drupal Twitter Tweets module provides a block that displays a list of tweets from a user's twitter timeline.

The module makes an API request to Twitter for all available tweets in a particular Twitter timeline feed. The results are then cached in Drupal and displayed to the user via a block. The module provides a theme layer so the output can be styled and configured as necessary. Simply copy the file named 'twitter--tweets.tpl.php' into your theme directory and customize as required.

Installation

  1. Download and install the module and then visit the module configuration page.
  2. Visit the Twitter developer site to get an API key for your website or app: https://dev.twitter.com/
  3. Copy and paste the relevant info into the module configuration page and save.
  4. Test the module is working by adding the Twitter Tweets Block to a region.
Downloads
Document