Hi I am trying to add Google +1 to a Addthis button, but it just doesn't show up. Any Ideas ?

Comments

Les Lim’s picture

Could you try installing the latest 6.x-3.x-dev version and see if that helps?

cybermache’s picture

I'm using the toolbox setting with addthis 6.x-3.x-dev and I find that the google_plusone button does not show when viewing in Safari. FF and IE display fine. I suspect this is a js error or the way Safari runs js files, because the code inspectior on Safari shows the following

<a class="addthis_toolbox_item addthis_button_google_plusone at300b" title="Send to Google_plusone" href="#"><g:plusone href="http://www...." size="small" callback="_at_gpocbh"></g:plusone></a>

In other browsers there is a div and iframe where the g:plusone is. I am not getting any errors in Safari's web inspector though. Oh and this is true for Mobile Safari as well, does not display on Safari used on iPads or iPhones.

Todd Zebert’s picture

Version: 6.x-3.0-beta2 » 6.x-3.x-dev

I can't get mine to work - also using 3.0-dev as of 9/10

Oddly, it shows in settings/addthis/config in the LIST OF BASIC SERVICE CODES

My compact menu services:
google_plusone, linkedin, twitter, facebook, digg, delicious, live, favorites, email, print, more

Expanded services is blank

On hover over my share icon, it does not display.

If I open More to get the complete list, it is not there either.

If I then go to Settings to customize my list it doesn't show.

jzacsh’s picture

Also having this issue with "6.x-3.x-dev" (datestamp 1280534492)

ziwe’s picture

i have the same issue on 7.x-2.1-beta1.

anieves’s picture

The Google +1 button works in IE7,8, and 9 but only now when using Googles code:

<g:plusone size="medium"></g:plusone>

addthis needs to update, because it does not work with your:

<a class="addthis_button_google_plusone" g:plusone:size="medium" g:plusone:count="true"></a>

From https://www.addthis.com/forum/viewtopic.php?f=5&t=32113&start=10

mrP’s picture

same issue with 7.x-4.0-alpha1. google_plusone renders fine on IE9, Chrome, Firefox. Just a blank placeholder though when using Safari.

jahubego’s picture

I have this problem in IE7. In IE8, Firefox and Chrome works fine.
I'm using 6.x-3.0-beta2 version.

darren.fisher’s picture

Issue summary: View changes

Was this issue ever fixed. I've just come accross this problem 3 years later on D7.34.
What is weirder though is that the button does display on Entities but not on nodes and the issue is across all browsers.
Does anyone know how to resolve?
Add this version 7.x-4.0-alpha4.
Thanks in advance!

darren.fisher’s picture

I solved the issue I was having.
My issue was because I was pulling the add this module in separately through a panel pane.
In panels add this comes with its own display settings if you're not pulling an entire node through.
Something to watch out for if you're using add this with panels!

Hope this helps someone!