Twitter Lists for WordPress

Twitter Lists for WordPress displays the latest tweets from a list in your WordPress blog.

Author:Matt Bannon (profile at wordpress.org)
WordPress version required:2.1
WordPress version tested:3.0.5
Plugin version:1.0
Added to WordPress repository:15-12-2009
Last updated:15-12-2009
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://ttam.org/plugins/twitter-lists/
Total downloads:3 520
Active installs:30+
plugin download
Click to start download

This is basically an extended version of http://wordpress.org/extend/plugins/twitter-for-wordpress/. All credit goes to http://rick.jinlabs.com/

Twitter for WordPress displays yours latest tweets in your WordPress blog.

Features

*  Simple
*  Customizable
*  Widget support
*  No options page (yes, its a feature)
*  Uses WordPress resources (no extra files needed)
*  Detects URLs, e-mail address and @username replies

Usage

If you use WordPress widgets, just drag the widget into your sidebar and configure. If widgets are not your thing, use the following code to display your public Twitter messages:

<?php twitter_list_messages("username","list"); ?>

For more info (options, customization, etc.) visit the plugin homepage.

Customization

The plug in provides the following CSS classes:

* ul.twitter: the main ul (if list is activated)
* li.twitter-item: the ul items (if list is activated)
* p.twitter-message: each one of the paragraphs (if msgs > 1)
* .twitter-timestamp: the timestamp span class
* a.twitter-link: the tweet link class
* a.twitter-user: the @username reply link class
* a.twitter-author: the author of the tweet