=== Easy Retweet === Contributors: sudar Tags: posts, Twitter, tweet, Retweet Requires at least: 2.8 Donate Link: http://sudarmuthu.com/if-you-wanna-thank-me Tested up to: 3.0.4 Stable tag: 2.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 three ways you can add the retweet button. Automatic way, manual way and using shortcodes #### Automatic way Install the Plugin and choose the type and position of the button from the Plugin's settings page. You can also specifically enable/disable the button for each post or page from the write post/page screen. #### 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(); #### Using shortcodes You can also place the shortcode [easy-retweet] anywhere in your post. This shortcode will be replaced by the button when the post is rendered. ### Translation * Belorussian (Thanks [FatCow][1]) * Spanish (Thanks Carlos Varela) The pot file is available with the Plugin. If you are willing to do translation for the Plugin, use the pot file to create the .po files for your language and let me know. I will add it to the Plugin after giving credit to you. ### Support Support for the Plugin is available from the [Plugin's home page][2]. If you have any questions or suggestions, do leave a comment there. [1]: http://www.fatcow.com/ [2]: 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. == Screenshots == 1. Genral Settings page 2. Bit.ly Settings page 3. Twitter button Settings page 4. Enable/Disable button in the write post/page page == Changelog == ###v0.1 (2009-07-13) * Initial Release ###v0.2 (2009-07-20) * Added option to add/remove button in archive pages. ###v0.3 (2009-07-21) * Added support for translation. ###v0.4 (2009-07-22) * Added option to add/remove button in home page. ###v0.5 (2009-07-24) * Added option to edit the text that is displayed in the button. ###v0.6 (2009-07-26) * Prevented the JavaScript file from getting included in admin pages. ###v0.7 (2009-07-27) * Added an option to add text that can be added as Prefix to the Twitter message used for retweet. ###v0.8 (2009-07-28) * Added support for shortcode to retweet button. ###v0.9 (2009-07-31) * Fixed an issue with generated JavaScript. Thanks Dougal (http://dougal.gunters.org/). ###v1.0 (2009-08-02) * Added option to enter your own Bit.ly username and api key. * Added option to sepcify your own attributes like rel or target to the retweet link. ###v1.1.0 (2009-08-05) * The shorturls generated using your API key, will be linked with your account. * Printing js using PHP, for better performance of JavaScript. ###v1.2.0 (2009-08-18) * Removed hard coded Plugin path to make it work even if the wp-content path is changed. ###v1.3.0 (2009-08-19) * Added the ability to enable/disable button on per page/post basics. ###v1.4.0 (2009-10-15) * Added the ability to enable/disable button on per page/post basics, event if template function is used. ###v1.5 (2010-01-02) * Ability to specify custom message for twitter instead of the post title. * Also added Belorussian Translations (Thanks FatCow). ###v1.6 (2010-03-27) * Added Spanish Translations (Thanks Carlos Varela). ###v2.0 (2010-11-29) * Added support for official Tweet button ###v2.1 (2010-12-05) * Fixed issue with the support for official twitter button ###v2.2 (2011-01-23) * Fixed issue with permalink for official twitter button ==Readme Generator== This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.