=== EasyTwitter === Contributors: jimburnettva Donate link: http://www.jimblogger.com/donate Tags: twitter,development,programming,php,twitter followers Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 1.4 EasyTwitter provides an easy way to add twitter followers count and other twitter info to your wordpress template. == Description == EasyTwitter provides an easy way to add your twitter information to your wordpress blog. Here are some features: * Show Twitter Follower Count.
* Show Twitter Friends Count.
* Show Twitter profile picture.
* Show Twitter location.
* Show Twitter description.
* Show you recent twitter status message.
* Show Twitter name and profile name.
* Show Twitter profile url.
* Show retweet count!.
Get support here. Developed by: Jim Blogger. == Installation == 1. Upload `easytwitter.php` to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Use the follow example code to add your twitter information to yourtemplate: Step 1:
$et = new EasyTwitter("twitterusername");//place this at the top of your template.


Step 2:
echo $et->followers_count(); // Your twitter followers.
echo $et->profile_image_url();//This returns your profile image URL with no html markup.
echo $et->location(); //This will show your location field. e.g. "Virginia".
echo $et->status_text(); //Your most recent twitter status text.
echo $et->profile_image_url();//URL to your twitter profile picture.
Note: No methods will return any data with html markup.
== Upgrade Notice == N/A == Frequently Asked Questions == = Is there caching availible? = Any wordpress cache plugin will cache this information. This is not javascript based so it will be cached like any other PHP plugin or script. == Screenshots == None. == Changelog == = 1.0 = * Initial release. = 1.1 = = 1.2 = = 1.3 = Fixed a typo. Add retweet_count. == A brief Markdown Example == N/A