We'll create fresh WordPress site with Easy Retweet installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Easy ReTweet is a WordPress Plugin, which let’s you add Tweet this buttons for your WordPress posts.
There are three ways you can add the retweet button. Automatic way, manual way and using shortcodes
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.
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();
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.
The development of the Plugin happens over at github. If you want to contribute to the Plugin, fork the project at github and send me a pull request.
If you are not familiar with either git or Github then refer to this guide to see how fork and send pull request.
If you are looking for ideas, then you can start with one of the following TODO items 🙂
The following are the features that I am thinking of adding to the Plugin, when I get some free time. If you have any feature request or want to increase the priority of a particular feature, then let me know.
The Plugin currently has translations for the following languages.
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.
This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.