=== Social Sharing Toolkit === Contributors: MarijnRongen Donate link: http://www.marijnrongen.com/wordpress-plugins/ Tags: Facebook, Like, LinkedIn, Share, Google, Plus, +1, Twitter, Tweet, StumbleUpon, Stumble, Tumblr, Digg, Reddit, MySpace, Hyves, recommend, social, sharing, widget, shortcode, page, post Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 1.3.2 License: GPLv2 or later This plugin enables sharing of your content via popular social networks and can convert Twitter names and hashtags to links. Easy & configurable. == Description == The plugin currently supports the following networks: * Facebook * Twitter * Google +1 * LinkedIn * Tumblr * StumbleUpon * Digg * Reddit * MySpace * Hyves (a social network especially popular in the Netherlands). You can decide which networks to support on your blog and where the buttons will appear (either above or below the content). You can also choose between different layouts; small without counters, wide with counters or high with counters. Be aware that not every network has a dedicated button for every layout. Since version 1.2.5 you can also specify a Twitter handle which is then appended to the tweet a visitor sends (like "... via @WordPress"). = Shortcode = It is also possible to only let the buttons appear where you want by using shortcode. To do this you need to set the button position to the shortcode option and use the shortcode [social_share/] in the content where you would like to display the buttons. = Widget = Since version 1.2.0 a widget is included in the toolkit. It will display the same buttons selected in the plugin configuration. You can however choose a different button layout for the widget. For example you can have wide buttons below your posts and high buttons in your sidebar. = Styling = The plugin uses a list to position the buttons. You can easily change the css to match your blog style by changing the css file in the plugin directory. = Posts, pages or both = Since version 1.3.0 it is possible to choose if the buttons should be displayed on posts, pages or both. The shortcode will work on both regardless of this choice. = Excerpts = Version 1.3.0 removed the buttons from excerpts because some themes did not parse the buttons correctly in the excerpt. Version 1.3.1 includes an option where you can choose to display buttons in excerpts. This is enabled by default, you can disable it if your theme has problems displaying the buttons. = Automatic Twitter links = This plugin also includes a configurable & improved version of my earlier Automatic Twitter Links plugin. You can decide if you want to convert Twitter names and/or hashtags to links. Twitter names will link to their Twitter profile and hashtags will link to the Twitter search page. == Frequently Asked Questions == = My excerpts aren't displaying the buttons but some text is displayed = You must disable the option "Include buttons in excerpts", it is enabled by default but some themes use custom excerpts which do not correctly parse the buttons. = The buttons are not showing on my posts in the loop = You must enable the option "Include buttons in excerpts", but keep in mind some themes use custom excerpts which do not correctly parse the buttons. = How do I use display the buttons somewhere else (outside the loop) = If you want to display the buttons somewhere else on your site you can use the following code where you want the buttons to appear: `create_bookmarks(); ?>` == Installation == Upload the Social Sharing Toolkit plugin to the `/wp-content/plugins/` folder on your website, activate it and use the 'Social Sharing Toolkit page' under 'Settings' to configure your toolkit. == Screenshots == 1. Plugin configuration page 2. Without counters (Facebook demands some space) 3. Several wide buttons 4. Several high buttons == Upgrade Notice == = 1.3.1 = Version 1.3.1 includes an option to display buttons in excerpts. = 1.3.0 = Please update to version 1.3.0 for several bug fixes and enhancements. = 1.2.5 = Please update to version 1.2.5 for several bug fixes and enhancements. = 1.2.0 = New widget included in version 1.2.0. = 1.0.1 = Please update to version 1.0.1 to prevent an unexpected printing of the page title. == Changelog == = 1.3.2 = * Added FAQ to readme * Enabled "Include buttons in excerpts" option by default * Fixed minor title issue with tweet, tumblr and myspace buttons = 1.3.1 = * Added feature to choose if buttons display in excerpts (doesn't work on some themes) = 1.3.0 = * Added feature to display buttons only on posts, only on pages or on posts and pages * Improved hashtag to link conversion * Fixed Facebook language to en_US to prevent width issues * Fixed excerpt issue * Fixed some css issues = 1.2.5 = * Added title field to widget * Added field for Twitter handle to attribute tweets to * Fixed Digg buttons * Fixed rendering of the list (missing closing tag) * Reduced size of plugin code = 1.2.0 = * Added widget = 1.0.1 = * Fixed unexpected printing of the page title = 1.0.0 = * First version