Twitter Plugin for Wordpress Extended - Rating, Reviews, Demo & Download
Plugin Description
Twitter for WordPress displays yours tweets, your friends timeline, a Twitter search result or the current twitter trends in your WordPress blog. This is done by using the built in widget or by using PHP functions in your theme.
Features
* Simply
* 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 php code to display Twitter messages:
<?php twitter_messages("username"); ?>
If you want to display tweets to a special search result, use the following code:
<?php twitter_searchstring("#twitaly"); ?>
If you want to display the tweets of your friends timeline, use this:
<?php twitter_friends( "username", "password" ); ?>
If you want to display the current twitter trends, use that snippet:
<?php twitter_trends(); ?>
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
* li.twitter-item img: format the avatar icon on search results
Screenshots
No screenshots provided