=== Plugin Name === Contributors: ruudkok Donate link: http://www.ruudkok.nl/wordpress/ Tags: twitter, button Requires at least: 2.8 Tested up to: 3.0.4 Stable tag: 1.2 This plugin allows you to add the new Twitter button(s) to each post and page. You can choose the type of button and set where the buttons should be shown. == Description == With this plugin you can add the new Tweet button from Twitter to every post, and every page. The plugin is fully customizable: * Choose where to display the button (top,bottom,left,right), up to 2 times each post/page * Select the type of button you like (horizontal count, vertical count, or no count) * Select a twitter account (if any) which you want to be mentioned in each tweet (e.g. via @ruudkok) == Installation == 1. Upload the complete `wp-twitter-button` folder to your `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to 'Settings' to customize how your tweet button(s) should be displayed == Frequently Asked Questions == = How can I change the appearances of the Twitter button? = In addition to choosing the placement and layout of your Tweet button, it might be needed that you alter little bits in the layout of your site (e.g. to create some additional whitespace between the Tweet button and your body text). To do so simply add a rule to your CSS stylesheet and change it to whatever you need. Example: `#rk_wp_twitter_button {padding: 0 0 10px 10px; }` == Changelog == = 1.2 = * Added update functionality to keep settings during future updates = 1.1 = * Minor text changes * Removed default twitter account = 1.0 = * Initial release.