• Resolved MegaZone

    (@megazone)


    Google opened their +1 button to all sites today. I was thinking about adding it to my site, but if there are plans to add it to ShareDaddy I’d just as soon hold off and do it the easy way.

Viewing 9 replies - 31 through 39 (of 39 total)
  • I managed to get it working by adding this <script type="text/javascript" src="https://apis.google.com/js/plusone.js"></script> to the header of theme

    and then adding $visible .= '<li class="share-Google"><g:plusone count="false"></g:plusone></li>'; to line 421 in file jetpack/modules/sharedaddy/sharing-service.php and it seems to work fine.

    eg.

    Line419		// Visible items
    Line420			$visible = '';
    Line421			$visible .= '<li class="share-Google"><g:plusone count="false"></g:plusone></li>';
    Line422			foreach ( $enabled['visible'] AS $id => $service ) {
    Line423				// Individual HTML for sharing service
    Line424				$visible .= '<li class="share-'.$service->get_class().' share-regular">';

    @wazren did you modify Marco’s version or my version of his code?
    What was the problem?

    Has anyone heard any update on this?

    I would sure like to continue using the sharedaddy service, but without the Google +1 it seems a little outdated. Especially if the +1’s are going to start affected rankings, which I believe they are.

    gotta assume this will eventually get incorporated into the plugin but i’d also like to see a Facebook “share” button with a numerical display (as opposed to the “like” button with numerical display), which for now I guess I’ll just modify myself

    So, what about Google+1 button in Sharedaddy and Jetpack plugins ?

    Any news regarding +1 service with ShareDaddy?…

    Hello everyone,

    I encourage everyone to download p0l0‘s package from his blog at:

    https://p0l0.binware.org/index.php/2011/06/03/google-1-for-sharedaddy/

    p0l0, thanks so much for simplifying the process of adding the Google+1 button to Sharedaddy. I have read all of the various instructions and methods as outlined in this message thread, but it is a bit overwhelming and confusing, and so very much unlike the usual, easy way that we add a new service to Sharedaddy.

    I just downloaded your “Sharedaddy 0.2.12 with Google +1 – v.1.2” package from your blog site and replaced my current Sharedaddy folder with it. As far as I can tell, everything seems to be working fine. I hope that adding the Google+1 button will further increase our exposure.

    Again, thanks so much!

    shazron

    (@shazron)

    JetPack 1.2 with ShareDaddy Google Plus support is out:
    https://jetpack.me/2011/11/17/announcing-jetpack-1-2/

Viewing 9 replies - 31 through 39 (of 39 total)
  • The topic ‘Any Plans to add Google 1 to ShareDaddy module?’ is closed to new replies.