=== GetSocial === Contributors: riyaznet Donate link: http://www.riyaz.net/ Tags: social, social networks, social media sharing, social bookmarking, twitter, official twitter tweet button, new tweet button, tweetmeme, retweet, facebook, google +1, google plus one, google plusone, google buzz, stumbleupon, floating sharebox, floating buttons, social media sharing buttons, sharebox Requires at least: 2.7 Tested up to: 3.0.4 Stable tag: trunk GetSocial adds an intelligent, lightweight, quick to setup floating social media sharing box on your blog posts. == Description == GetSocial adds a lightweight and intelligent floating social media sharing box on your blog posts. **Features:** * Floating social share box compatible with leading web browsers * Out-of-the-box functionality like - Twitter Tweet Button - Tweetmeme Retweet button - Facebook Share button - Google +1 Button - Google Buzz button - Stumbleupon Submit button - Digg Submit button - Blend button * Easily add any number of additional social media sharing buttons * Always visible and accessible even if the user scrolls down the page * Auto-adjusts itself to all screen resolutions and window sizes * Automatically hides itself partially to the left of the screen if window is resized to smaller than defined width * Hovering over a partially hidden GetSocial box displays the full box * For higher screen resolutions, displays full by default * Lightweight plugin with minimal settings * Scripts are loaded in footer to improve page-load time == Installation == Upload the Getsocial plugin folder to your plugins directory, activate it and it should work out of the box. Detailed instructions follow: 1. Extract and upload the 'getsocial' folder to the '/wp-content/plugins/' directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to GetSocial Settings page and adjust the options as described there. 4. Review and Save Changes. 5. GetSocial box will now appear on all blog posts. == Frequently Asked Questions == = How to add additional social media sharing buttons to the GetSocial box? = Simply add the HTML code for the additional buttons under the 'Additional buttons' options in the settings page. Enclose each button within `
` and `
` tags. For example: `
` ` ` `
` `
` ` ` `
` = Nothing happens when I hover over partially hidden GetSocial box. What should I do? = Set the Browser Width option in the GetSocial settings page to suit the maximum width of your theme. For example, if your theme's width is 1000px, you may set the browser width to 1140px (1000 + 140) or slighly higher. Try out different values of browser width and set the one that gives desired behaviour. = I have activated the GetSocial plugin but the GetSocial box does not show up. What could be wrong? = Make sure that you have selected the desired Display options on the GetSocial Settings page and saved the changes. If the GetSocial box still does not appear, it could be because your theme does not use the standard WordPress function wp_footer(). You can try one of the following options: Add following code to your theme's template (possibly in footer.php) just before the `` tag: <?php wp_footer(); ?> OR Add following code to footer.php just before the `` tag: <?php if (function_exists('add_getsocial_scripts')) { add_getsocial_scripts(); if (function_exists('add_getsocial_box')) { add_getsocial_box(); } } ?> = How do I add the email and more buttons from Addthis.com? = Please refer to [How to Customize GetSocial with CSS3 Buttons](http://www.riyaz.net/blog/customize-getsocial-with-css3/wordpress/1677/ "How to Customize GetSocial with CSS3 Buttons"). = Where can I report a bug or submit feature requests? = Please reach me through [Contact Options](http://www.riyaz.net/contact/ "Contact riyaz.net") or visit [GetSocial Homepage](http://www.riyaz.net/getsocial/ "GetSocial Homepage"). == Screenshots == 1. GetSocial plugin in action (Default Behaviour). 2. When user scrolls down, GetSocial is displayed at the top-left corner of the browser window. 3. Smartly hides partially to the left on resizing the window or if the screen resolution is small. 4. Hovering over a hidden GetSocial box will display the full box. == Changelog == = 1.4 = * Added out-of-the-box option to display Google +1 Button * Added options to change colors of the GetSocial box. * Added easy-to-use Color Picker to allow users can quickly customize GetSocial box colors to suit their blog theme = 1.3.1 = * Fixed: Permalink issue for some themes * Fixed: Issue with anchor tags when the scripts are explicitely loaded in header = 1.3 = * New Tweet Button from Twitter is now supported in getSocial. Users can also use the existing Tweetmeme retweet button if desired. * Added options to load scripts in header. Some themes dont use wp_footer function by default due to which the GetSocial box does not appear. Loading scripts in header fixes this issue. * Fixed: Some users using themes with custom post mets reported fatal error during activation. This has been fixed in this release by renaming some functions. = 1.2 = * Added functionality to add GetSocial box on pages * Added Out-of-the-box functionality for Digg and Blend buttons * Updated FAQs = 1.1 = * Fixed: Some themes do not use JQuery, so plugin does not show up by default. Now, if the JQuery library isn't already loaded, it will be loaded during initialization and hence render the plugin correctly. = 1.0 = * First Release. == Upgrade Notice == * Upgrade to version 1.4 to use the new Color Picker functionality to further customize GetSocial and add the Google +1 button out of the box.