Easy Retweet
Easy Retweet ist ein WordPress Plugin, das dir ermöglicht einen Twitter Button in deine WordPress Beiträge einzufügen.
Gebrauchsweise
Es bietet 3 Möglichkeiten den Twitter Button einzufügen. Automatisch, manuell oder mit einem Shortcode.
Automatisch
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.
Manuell
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();
Shortcode
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.
Entwicklung
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 🙂
TODO
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.
- Add Google Analytics tracking to shortcodes and template function
- Add tracking of tweet button clicks
Support
- If you have found a bug/issue or have a feature request, then post them in github issues
- If you have a question about usage or need help to troubleshoot, then post in WordPress forums or leave a comment in Plugins’s home page
- If you like the Plugin, then kindly leave a review/feedback at WordPress repo page.
- If you find this Plugin useful or and wanted to say thank you, then there are ways to make me happy 🙂 and I would really appreciate if you can do one of those.
- Checkout other WordPress Plugins that I have written
- If anything else, then contact me in twitter.
Übersetzung
The Plugin currently has translations for the following languages.
- Belorussian (Thanks FatCow)
- Spanish (Thanks Carlos Varela)
- Brazilian Portuguese (Thanks Marcelo)
- German (Thanks Jenny Beelens)
- Bulgarian (Thanks Dimitar Kolevski)
- Lithuanian (Thanks Nata)
- French (Thanks Brian Flores)
- Romanian (Thanks Alexander Ovsov)
- Hindi (Thanks Love Chandel)
- Irish (Thanks Vikas Arora)
- Danish (Thanks Jorgen)
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.
Readme Generator
This Readme file was generated using wp-readme, which generates readme files for WordPress Plugins.