Hi,
How can I change the mouseover text of the buttons. For example the facebook button shows a "Send to Facebook" tooltip.
Regards,
Han
To update the mouseover text add the title attribute tags to the link, like this:
<a class="addthis_button_facebook" title="Something about Facebook"></a>
This question is closed to new answers.