=== GetSocial === Contributors: riyaznet Donate link: http://www.riyaz.net/ Tags: social, social networks, social media sharing, social bookmarking, twitter, tweetmeme, retweet, facebook, google buzz, stumbleupon, floating sharebox, floating buttons, social media sharing buttons, sharebox Requires at least: 3.0 Tested up to: 3.0.1 Stable tag: 1.2 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 - Tweetmeme Retweet button - Facebook Share button - Google Buzz button and - 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"). = My question isn't listed here. Where can I get further help? = For further Help and Support please use [Forums](http://www.riyaz.net/forums/forum.php?id=10 "riyaz.net Forums") or Ask me on [Twitter](http://twitter.com/riyaznet "riyaznet on Twitter"). = Where can I report a bug or submit feature requests? = Please feel free to reach me through [Forums](http://www.riyaz.net/forums/forum.php?id=10 "riyaz.net Forums"). == 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.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.2 only if you are running WordPress 3.0 or above.