I've got a bunch of AddThis sharing buttons that show up after someone subscribes to my e-mail list.
I'd like to add a sharing button for Google Plus, but it's not working.
For example, to put my own LinkedIn button, I use the following and it works like a charm:
<a class="addthis_button_linkedin"><img src="img/linkedin.png" width="64" height="64" alt="Share to LinkedIn"></a>
However, when I do the same for a custom Google+ button, two buttons appear. Here is my markup:
<a class="addthis_button_google_plusone"><img src="img/googleplus.png" width="64" height="64" alt="Share to Google+"></a>
Here are the images: http://goo.gl/9lILs
Has anyone run into this issue before? No response from the AddThis support forum.
If it's not supported on the API, is there a way of hacking something? Like hiding the small graphic behind the large one?
[edit] I can use css to move the other icons to cover the small Google+ icon, but it looks sloppy: http://goo.gl/d68eg