=== WP Tweet Button === Contributors: 0xTC Tags: tweet button, twitter, tweeting, social media, retweet, tweet, button, Share, integration Requires at least: 2.7.2 Tested up to: 3.0.1 Stable tag: trunk Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=6331357 == Description == This plugin easily implements Twitter's own [Tweet Button](http://twitter.com/tweetbutton "Twitter Tweet Button") on your blog or site. The tweet button can be positioned as you please and can be styled to your delight in the settings page. = Features = * Custom recommendations per post entry for relevancy. * Option for tweeting the entry title, page title, blog name or a custom text. * Tweet Button can be positioned at the top, bottom or both. * Can be set to be positioned by the `[tweetbutton]` shortcode. * Can be set to be positioned manually. * Styling options for the button. * Styling options for the `div` that surrounds the button. * Can be set to vertical, horizontal or no counter. * Can attribute tweet "via @YourTwitterAccount". * Tweet button language can be set to Twitter's supported languages. * Tweet Button can be generated manually using the `tweetbutton();` function. == Installation == Follow the steps below to install the plugin. 1. Upload the WP-Tweet-Button directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the `Plugins` menu in WordPress 3. Go to Settings/WP Tweet Button to configure the button. Add your Twitter account. == Frequently Asked Questions == = How do I create custom recommendations for each separate post/page? = In order to recommend specific Twitter users that are relevant to your blog post, simply edit the post or page and create a new custom field called `twitterrelated`. It's value should be in the format `username:description`. (not @username:description). This will create a custom Twitter recommendation for your blog post. = How do manually create the Tweet Button in my template code? = To create the Tweet Button manually call the `tweetbutton();` function. Example: `echo tweetbutton();` or `$myCustomPlaceForSocialMedia .= tweetbutton();` == Screenshots == 1. WP Tweet Button 2. WP Tweet Button Settings Page == Changelog == = 1.4.4 = * RSS feed option = 1.4.3 = * No more default CSS * Internationalization * Fixed manual content missing bug. * Added better control of tweet text. * Cosmetic changes. = 1.2.0 = * Added support for recommendations. * Added support for custom recommendations for each post (Read FAQ). = 1.1.1 = * Cosmetic changes to the settings screen. = 1.1.0 = * Tweet Button Language enabled = 1.0.0 = * First build