Active
Project:
AddThis
Version:
6.x-3.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Aug 2011 at 12:15 UTC
Updated:
12 Mar 2015 at 16:06 UTC
Jump to comment: Most recent
Hi I am trying to add Google +1 to a Addthis button, but it just doesn't show up. Any Ideas ?
Comments
Comment #1
les limCould you try installing the latest 6.x-3.x-dev version and see if that helps?
Comment #2
cybermache commentedI'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
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.
Comment #3
todd zebert commentedI 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.
Comment #4
jzacsh commentedAlso having this issue with "6.x-3.x-dev" (datestamp 1280534492)
Comment #5
ziwe commentedi have the same issue on 7.x-2.1-beta1.
Comment #6
anieves commentedThe 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
Comment #7
mrP commentedsame issue with 7.x-4.0-alpha1. google_plusone renders fine on IE9, Chrome, Firefox. Just a blank placeholder though when using Safari.
Comment #8
jahubego commentedI have this problem in IE7. In IE8, Firefox and Chrome works fine.
I'm using 6.x-3.0-beta2 version.
Comment #9
d.fisher commentedWas 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!
Comment #10
d.fisher commentedI 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!