GetSocial WordPress Plugin

GetSocial adds an intelligent, lightweight, quick to setup floating social media bar to your blog posts.

GetSocial Features

  • GetSocial WordPress PluginFloating social media box compatible with leading web browsers
  • Out-of-the-box functionality like
    • Twitter Tweet Button
    • Facebook Like button
    • Google +1 (Plus One) button
    • Tweetmeme Retweet button
    • Stumbleupon Submit button
    • Digg Button
    • The Web 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 bar displays the full bar
  • For higher screen resolutions, displays full by default
  • Options to add the social media bar to posts as well as pages
  • Options to disable the social media bar on individual posts/pages
  • Color Picker to customize colors to match your blog theme.
  • Lightweight plugin with minimal settings
  • Scripts are loaded in footer to improve page-load time. Scripts can optionally be loaded in header if your theme does not support the wp_footer WordPress hook

Download GetSocial Plugin Free

Installing the GetSocial Plugin

Upload the GetSocial plugin folder to your plugins directory, activate it and it should work out of the box. Detailed instructions follow:

  • Extract and upload the getsocial folder to the /wp-content/plugins/ directory
  • Activate the plugin through the ‘Plugins’ menu in WordPress
  • Go to Settings page and adjust the options as described there.
  • Review and Save Changes.
  • Floating social sharing box will now appear on all blog posts.

Frequently Asked Questions

How to add additional social media sharing buttons to the floating share bar?

Simply add the HTML code for the additional buttons under the ‘Additional buttons’ options in the settings page. Enclose each button within <div class="sharebutton"> and </div> tags. For example:

<div class="sharebutton">
<!-- Code for additional button 1 -->
</div>
<div class="sharebutton">
<!-- Code for additional button 2 -->
</div>

Nothing happens when I hover over partially hidden GetSocial bar

Set the Browser Width option in the 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 floating social media bar does not show up. What could be wrong?

Make sure that you have selected the desired Display options on the Settings page and saved the changes. If the sharing 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 </body> tag:

<?php wp_footer(); ?> 

OR Add following code to footer.php just before the </body> tag or in header.php after opening <body> 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.

Screenshots

GetSocial WordPress Plugin

GetSocial WordPress Plugin


GetSocial Plugin with Floating Social Media buttons

Visible even after scrolling down


GetSocial Plugin - Smartly hides on resizing the window

Smartly hides on resizing the window


Hovering over will show the full view

Hovering over will show the full view

More Information

Help with GetSocial

Disclaimer:  This site and the products and services offered on this site are not associated, affiliated,
 endorsed, or sponsored by WordPress, nor have they been reviewed, tested or certified by WordPress.