Forums

Share and Follow
Feature request: Google +1 interactive button (17 posts)

  1. huyz
    Member
    Posted 11 months ago #

    It would be great if along Twitter, FB, you could add Google's +1 interactive button with count.

  2. EnnisP
    Member
    Posted 11 months ago #

    Yes, I would also like to have the Google +1 Button added to the social network options.

    It could be worth donations I'm sure.

  3. ishisan
    Member
    Posted 11 months ago #

    Just like many people I suppose, I'm waiting for this upgrade too. Unfortunately... One button more.

  4. Chris Andersen
    Member
    Posted 11 months ago #

    Already installed the Plugin Plus One but Stupid to use 2 different Plugins. Please upgrade.

  5. acorderob
    Member
    Posted 11 months ago #

    Yes, please add the +1 button. Thanks.

  6. huyz
    Member
    Posted 11 months ago #

    In the meantime, I'm using a forked version of Sharedaddy (part of Jetpack, by the Automattic folks) to have the +1 button.

    You can see it on my page:
    http://huyz.us/2011/google-1-for-sharedaddy-revised/

  7. joachimschlosser
    Member
    Posted 11 months ago #

    ... and please add Google+ as profile option. Thank you!

  8. awerry
    Member
    Posted 10 months ago #

    Yes... please add Google+ support.

  9. metaprinter
    Member
    Posted 10 months ago #

    If you don't want to wait for the update, I hard coded the Google+ button into the plugin.

    1. <!-- Place this tag in your head or just before your close body tag -->
    <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script>

    2. in your /share-and-follow/share-and-follow.php file replace the following in line 1678
    $buildspace = '<div style="float:right;padding: 0 0 10px 10px" class="interactive_right">';

    with
    $buildspace = '<div style="float:right;margin-left: 10px;padding: 0 0 10px 10px;" class="interactive_right"><div style="vertical-align: top; padding: 0 8px;float:left;"><g:plusone size="tall"></g:plusone></div>';

    3. style accordingly (firebug or chrome developer tool helps)

    If this helps someone then... cool!

  10. Fabmaclover
    Member
    Posted 10 months ago #

    google+ is growing fast and the Google's +1 interactive button is a most

    please update

  11. Pieter Hartsook
    Member
    Posted 10 months ago #

    waiting for Google+ update

  12. almarma
    Member
    Posted 10 months ago #

    One more that wishes to have the Google +1 button!!!

  13. Derice
    Member
    Posted 9 months ago #

    Bring on the Google +1 button! :)

  14. slips111
    Member
    Posted 9 months ago #

    +1. The problem is, the developer seems to have completely disappeared from everywhere. I've tried everything and can't get any support. And I'm a paid-up user.

  15. Debbers
    Member
    Posted 9 months ago #

    This is an awesome plug-in and I recommend it. Google+1 integration is the only thing missing!

  16. Phillip Maxwell
    Member
    Posted 7 months ago #

    No Google +1 ? I can't believe this, come on now

  17. ernesteban
    Member
    Posted 7 months ago #

    I have inserted some code manually to get the G+ button with Share & Follow.

    To elaborate: the HTML-code is based on the code that is outputted by the Share & Follow plugin for other buttons, so if you use buttons of another size, the code may not be fit for you. Feel free to change it to fit your needs, because it's quite easy.

    I entered this code between line 379 and line 380 of saf-functions.php:

    $html.="<li class=\"iconOnly\">
      <a rel=\"nofollow\" target=\"_blank\" href=\"https://plusone.google.com/_/+1/confirm?hl=en&url=$page_link\" title=\"+1 this post : $page_title\">
        <img src=\"http://blog.mydomain.tld/wp-content/plugins/share-and-follow/images/blank.gif\" height=\"32\" style=\"background: transparent url(http://blog.mydomain.tld/wp-content/plugins/share-and-follow/images/google_plus_32.png) no-repeat;padding:0;margin:0;height:32px;width:32px;\" class=\"image-32\" width=\"32\" alt=\"google+\">
        <span class=\"head\">+1 this post</span>
      </a>
    </li>";

    The image used, I saved it myself, but can easily be found on google image search using this query string: "google plus 32"

Reply

You must log in to post.

About this Plugin

About this Topic