=== Easy Retweet === Contributors: sudar Tags: posts, Twitter, tweet, Retweet Requires at least: 2.8 Tested up to: 2.8.2 Stable tag: 0.2 Adds a Retweet button to your WordPress posts == Description == Easy ReTweet is a WordPress Plugin, which let’s you add retweet or Tweet this buttons for your WordPress posts, together with the retweet count. **Usage** There are two ways you can add the retweet button. Automatic way and the manual way #### Automatic way Install the Plugin and choose the type and position of the button from the Plugin’s settings page. #### Manual way If you want more control over the way the button should be positioned, then you can manually call the button using the following code. if (function_exists('easy_retweet_button')) echo easy_retweet_button(); More information available at the [Plugins home page][1]. [1]: http://sudarmuthu.com/wordpress/easy-retweet == Installation == Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page. == Changelog == ### Changelog * v0.1(2009-07-13) Initial Release * v0.2(2009-07-20) Added option to add/remove button in archive page. ==Readme Generator== This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.