GetSocial WordPress Plugin

GetSocial is a WordPress plugin that adds an intelligent, lightweight, quick to setup floating social media sharing box on your blog posts.

GetSocial Features

  • GetSocial WordPress PluginFloating social share box compatible with leading web browsers
  • Out-of-the-box functionality like
    • Twitter’s Tweet Button
    • Tweetmeme Retweet button
    • Facebook Share button
    • Google Buzz button and
    • 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 box displays the full box
  • For higher screen resolutions, displays full by default
  • Options to add GetSocial to posts as well as pages
  • Options to disable Getsocial on individual posts/pages
  • 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

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 <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 box

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 </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.

My question isn’t listed here. Where can I get further help?

For further Help and Support please use Forums or Ask me on Twitter.

Where can I report a bug or submit feature requests?

Please feel free to reach me through Forums.

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

GetSocial Plugin - Smartly hides on resizing the window

Hovering over will show the full view

Hovering over will show the full view

More Information

Download | Demo | Support

41 Comments

  1. Posted July 16, 2010 at 10:46 am | Permalink

    Hello,

    I installed your plugin on my blog (game-changer.net) but for some reason it’s not showing up on individual blog posts.

    I have a 1920×1080 resolution on my PC, does that have anything to do with it?

    Thank you for your attention!

    • Posted July 16, 2010 at 11:15 am | Permalink

      Hi Jorge,

      Just had a look at your blog posts. I think you have not configured the plugin options via the settings page. Click on the GetSocial Settings option in the left hand side menu in your WordPress Admin and click on Save Settings button.

      Let me know the outcome.

  2. Posted July 22, 2010 at 2:41 pm | Permalink

    Hello Riyaz,

    I have the same problem similar to what Jorge is having…I installed your plugin on my WP blog but it’s not showing up at all.

    Any known conflict issues with other WP plugins?…

    • Posted July 22, 2010 at 3:06 pm | Permalink

      Jorge’s issue got resolved. The issue was with the theme’s code. The theme did not use the WordPress standard function wp_footer() and hence the plugin’s code was never invoked. Is it the same issue with your theme? If so you can try either 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:

      <?php
      if (function_exists('add_getsocial_scripts')) {
      add_getsocial_scripts();
      if (function_exists('add_getsocial_box')) {
      add_getsocial_box();
      }
      }
      ?>

      If this is not the issue, please let me know the url of the blog where you want to set it up so that I can look into it.

      • Posted July 22, 2010 at 5:32 pm | Permalink

        wp_footer function exists in my template but contained in a div.
        If I add the codes you suggested, it will get caught in that div container and thus pushing or expanding the GetSocial display downward.
        I can’t moved the theme author copyright around because it will trigger an alert if I’m tempering with it.
        The author hard-coded his license link with temper-proof codes or some sort.
        I figured out that the footer is not a part of the main body.
        I need to tweak the template first so it will play along with your plugin.
        Anyways, thanks for the hints and help.

      • Posted August 11, 2010 at 3:00 pm | Permalink

        Hello ,

        Thank You for the great work , I’ve tried to set up your plugin , but it seem dont works with my theme .

        Please I will need your help to fixe this issue.

        Regards

    • Posted July 22, 2010 at 5:24 pm | Permalink

      Den,

      Just had a look at your site and it doesn’t look like theme issue. I guess some plugins causing the issue.

      Some users have reported that deactivating tooltip plugin helped. I would suggest to deactivate any jQuery based plugins and check if it helps. Let me know the outcome.

      • Posted July 22, 2010 at 6:37 pm | Permalink

        I will also look into what you said about jQuery based plugins.
        Disabling some of the plugins and test if that helps…

  3. Posted July 27, 2010 at 2:31 am | Permalink

    Hi Riyaz,

    Great plug-in! Any tips to get it to show up on Pages as well as posts? Also, FYI, I added in a height to the CSS of the plugin – your “GetSocial” was getting cut in half by the bottom border (on Mozilla 3.6.7 and IE8) when only using the Retweet, Share to Facebook and Buzz buttons. I set the height to 188 and it fit perfectly. Thanks!

    • Posted July 27, 2010 at 9:15 am | Permalink

      Bill,

      I will be adding the feature to be able to display GetSocial box on pages in the upcoming release. For now all you need to do is change all the occurrences is_single() in the getsocial.php file to is_single() || is_page() and it should work.

      I will look at the height issue as well and fix it in the upcoming release.

  4. Posted August 7, 2010 at 1:12 pm | Permalink

    Hi, okey, I want to try it, tanks yeah?

  5. hanish
    Posted August 8, 2010 at 11:26 am | Permalink

    Ok,thats great plugin.
    tell me then if it shows up on single post page ..how do we show re-tweet button on home page besides the posts. what i meant to say that before using ur plugin i was using tweetmeme only… then with the code i was able to use it on home page and single page. now two retweet buttons are appearing on my singlepage one solo and one with your get social.

    if i remove ONLY tweetmeme plugin and keep your plugin then how do i show retweets on homepage.
    pls. solve it asap.

  6. Posted August 9, 2010 at 8:22 pm | Permalink

    hi

    how do i add the email to the social plugin like you have?

    how does this work with the addthis

    thanks

    johannes

  7. Posted August 11, 2010 at 5:17 pm | Permalink

    Jamal,

    I want you to add following lines just before the </body> tag in your theme:

    <?php
    if (function_exists('add_getsocial_scripts')) {
    add_getsocial_scripts();
    if (function_exists('add_getsocial_box')) {
    add_getsocial_box();
    }
    }
    ?>

    I dont see it currently on your site. Let me know once you put this code in.

  8. Posted August 12, 2010 at 10:27 am | Permalink

    Great Plugin. I added another feature. Just share on design Bump. The arrows gives the plugin a better look. Thanks for created this great plugin.

  9. Posted August 13, 2010 at 6:27 am | Permalink

    I tried the too methods you descrided above, but the footer one did nothing and the other made my page get really distorted. anyway you could take a look and see if theres a solution?

    • Posted August 13, 2010 at 10:51 am | Permalink

      Try the second option again. Add the code just before the closing </body> tag. Make sure you clear the caches if you are using any caching/minifying plugins. The closing body tag is generally located in footer.php.

      If it doesnot work, you can try adding the code anywhere after the opening <body> tag. The opening body tag is generally located in header.php. Again make sure you clear the caches if you are using any caching/minifying plugins.

      Let me know how it goes.

    • Posted August 13, 2010 at 10:59 am | Permalink

      Before doing above steps, I would suggest you to change the value of ‘Offset from left’ property in GetSocial settings page. Too high value will make the box disappear from the view. Try with initial value of 80 and see if the GetSocial box appears. Then you can change the value gradually as necessary.

  10. Deb
    Posted August 13, 2010 at 11:47 pm | Permalink

    hi –
    i’m able to implement the new tweet button (twitter’s new ‘official’ button) using div tags as you described.
    question: how do I make this the top button instead of just an additional button displayed below the one’s available from your plugin?
    thanks!
    - asking the question is often enough to set me on the path to finding the answer myself – but still would appreciate a response :-)

    • Posted August 14, 2010 at 12:16 am | Permalink

      Simply use the latest version (1.3) of GetSocial plugin which supports Twitter’s new Tweet Button out-of-the-box.

      • Deb
        Posted August 14, 2010 at 12:59 am | Permalink

        excellent! thanks so much – great work!

  11. dotw
    Posted August 15, 2010 at 2:34 am | Permalink

    trying to get this to work, pasted the code into the footer, still doesn’t show up. site is drinkoftheweek.com

    • Posted August 15, 2010 at 12:47 pm | Permalink

      Please remove all the code you manually pasted in your theme templates. Activate the GetSocial plugin. On the GetSocial Settings page, go to Advanced options and uncheck the checkbox. Save changes and then let me know if it works for you.

      • JB
        Posted August 16, 2010 at 8:24 am | Permalink

        Hey Riyaz,

        Great work! I wanted to add this plugin on my site, which is not a wordpress. So I took the css part, but the .js won’t work. How come please ?

        • Posted August 16, 2010 at 10:32 am | Permalink

          It should work. May be you are missing something.

  12. Deb
    Posted August 16, 2010 at 7:40 pm | Permalink

    on the mac at least, the GetSocial bar ‘vibrates’ on hover – meaning that is bounces from the left side of the site to the left edge of the browser window very rapidly – depending on width of browser window.
    http://blog.halopets.com/2010/07/30/dog-leads-her-ailing-dog/
    his happens on safari, firefox and chrome…

    • Posted August 16, 2010 at 8:46 pm | Permalink

      You need to set the Browser Width option on GetSocial settings page correctly. For example if your blog’s content area is 800px wide, you should set the Browser Width option to approximately 800+140 = 940.

      The current value set on your blog is too high for the size of the content area. Try changing it to a lower value as I described above and it should work correctly. Let me know how it goes.

  13. Deb
    Posted August 16, 2010 at 9:01 pm | Permalink

    that seems to do the trick – thanks!

  14. Posted August 28, 2010 at 2:59 am | Permalink

    How can I change the sidebar that says “Share” to something other than purple?

    Your plugin was just what I needed! Thank you!

    • Posted August 28, 2010 at 11:32 am | Permalink

      You can change the image located in wp-content/plugins/getsocial/images folder to suit your theme. If you want to remove the bar, simply rename the image to anything else or edit the getsocial.css file accordingly.

  15. sylvie
    Posted August 28, 2010 at 2:28 pm | Permalink

    I have the latest version of the plugin, but its currently only appearing on single post pages. I’ve enabled the the settings to show on both pages and posts, but still no go. Any ideas?

    Thanks
    http://www.qwerkydesigns.com/headCount/

    • Posted August 28, 2010 at 6:23 pm | Permalink

      It seems you have manually added the getsocial codes to your theme templates too many times. If so remove all manual inserts and activate the GetSocial plugin. Let me know how it goes.

      • sylvie
        Posted August 28, 2010 at 10:30 pm | Permalink

        That’s what I started with. I removed all manual inserts, and redid the plugin, but its still not working

      • sylvie
        Posted August 28, 2010 at 11:11 pm | Permalink

        FYI the plugin appears on regular pages

        http://www.qwerkydesigns.com/headCount/?page_id=2

        just not on the front page

        • Posted August 29, 2010 at 7:33 am | Permalink

          The plugin was not designed to appear on the front page or homepage. This is because only one instance of plugin can appear on any page and homepage typically has more than one post.

30 Trackbacks

  1. [...] This post was mentioned on Twitter by riyaz.net, riyaz.net. riyaz.net said: GetSocial – New #WordPress plugin to add a smart, lightweight, floating social sharing box 2 ur blog posts – http://su.pr/27bKtK [...]

  2. [...]  GetSocial [...]

  3. [...]  GetSocial [...]

  4. [...] Riyaz Sayyad last week released a great social media plugin for WordPress entitled Get Social. Instead of being positioned at the end of a post like other social media plugins, the Get Social box floats at the left hand side of your page. As you scroll down the page the box remains at the top left hand side. It’s very similar to the social media box which Mashable uses. [...]

  5. [...] Plugin ini berfungsi untuk mengizinkan para tamu untuk berbagi (share) ke berbagai social network melalui floating box yang tersedia. Terus plugin ini cocok pula dengan leading web browsers karena bisa menambahkan social network yang kita ingini dalam sharing box.  Lihat Plugin [...]

  6. [...] GetSocial [...]

  7. [...] GetSocial [...]

  8. By WordPress Plugin Releases for 07/04 on July 5, 2010 at 2:55 am

    [...] GetSocial [...]

  9. [...] GetSocial [...]

  10. [...] GetSocial [...]

  11. [...] GetSocial es un plugin para WordPress con el que nosotros podremos añadir botones para compartir contenido en Twitter y en Buzz, además de mostrar el ya típico botón de “Me Gusta” que viene de manos de Facebook, todo de una sencilla manera. [...]

  12. [...] Plugin Homepage [...]

  13. [...] Tumblr, Twitter, Technorati, Viddler, Vimeo, Virb, and YouTube! Requires WP Version: 2.8 or higher.GetSocialGetSocial Homepage → GetSocial adds an intelligent, lightweight, quick to setup floating social [...]

  14. [...] GetSocial [...]

  15. [...] Tumblr, Twitter, Technorati, Viddler, Vimeo, Virb, and YouTube! Requires WP Version: 2.8 or higher.GetSocialGetSocial Homepage → GetSocial adds an intelligent, lightweight, quick to setup floating social [...]

  16. By Los 5 Plugins Sociales de Wordpress on July 16, 2010 at 9:57 pm

    [...] GetSocial – Agrega la caja flotante, permitiendo agregar los botones de las redes sociales que quieras. [...]

  17. [...] GetSocial [...]

  18. [...] Plugin Homepage [...]

  19. [...] GetSocial [...]

  20. [...]  GetSocial [...]

  21. [...] Plugin Homepage [...]

  22. [...] GetSocial Homepage → GetSocial adds an intelligent, lightweight, quick to setup floating social media sharing box on your blog posts that is always visible and accessible even if the user scrolls down the page. Its out-of-the-box functionality includes the Tweetmeme Retweet button, Facebook Share button, Google Buzz button and the Stumbleupon Submit button. You can quite easily add any number of additional social media sharing buttons. Requires WP Version: 2.7 or higher. [...]

  23. [...] GetSocial [...]

  24. [...] Plugin Homepage [...]

  25. [...] Download GetSocial Homepage GetSocial WordPress [...]

  26. [...] GetSocial [...]

  27. By Top 10 Social Bookmarking Plugins for WordPress on August 18, 2010 at 11:13 pm

    [...] GetSocial [...]

  28. [...] 3. GetSocial [...]

  29. [...] Plugin Homepage [...]

  30. By 10 New Plugins for WordPress 3.0 | The best Tutorials on September 3, 2010 at 12:33 pm

    [...] Plugin Homepage [...]

Post a Comment

Login with your Facebook or Twitter Account to comment. Alternatively, please fill in the fields marked *.

.

Connect with Facebook

*
*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Subscribe without commenting