Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This is a simple module that uses Twitter's API 1.1 to get an unordered HTML list of latest tweets based on your Twitter username. The module creates a block that can be put in any region. The block's configuration holds all the fields needed to fetch the feed. Options are currently limited for 1.0 release but more features could follow if the requests are there. Use the comments below to request features.

Site page: http://catchylabs.com/drupal/simple-twitter-feed

-- INSTALLATION --

Enabling module will create the block. Which can be put in any region.

Once created, you will need to create a Twitter Application to obtain OAuth codes that are compliant with Twitter's 1.1 API. For help doing this, go to http://catchylabs.com/drupal/simple-twitter-feed/help

-- CUSTOMIZATION --

The module returns an unordered, HTML list of the tweets. Any styling can
be handled in your theme's css files.

Project information