He Guys,
I think nobody figured this out yet but is it possible to hide or remove the standard AddThis tooltip? I'm trying to implement my own tooltip when hovering over a botton. My tooltip shows up nicely but the AddThis standard tooltip wil jump in front of it.
Thanks in advance!
Regards,
Will
Yep, you can change it by adding a title attribute to the <a> tag for the button. For example, this changes the tooltip for the Facebook button:
<a class="addthis_button_facebook" title="Your Custom Title"></a>
Just change Your Custom Title to whatever tooltip you want.
This question is closed to new answers.