Hello,
I'm trying to implement a custom button with the following attribute:
1) Tweet this
2) Send to Facebook
3) Send to LinkedIn
4) Send to Google+ (with external logo)
5) eMail (mailto)
6) Bubble counter
Everything works fine but the bubble: I would like to remove the "View More Services" mouse-hover and click. I'd like it to remain static.
Can you please let me know if this is possible?
<div class="addthis_toolbox addthis_default_style">
<div class="custom_images">
<a class="addthis_button_twitter"><img src="http://cache.addthiscdn.com/icons/v1/thumbs/32x32/twitter.png" width="22" height="22" border="0" alt="Tweet" /></a>
<a class="addthis_button_facebook"><img src="http://cache.addthiscdn.com/icons/v1/thumbs/32x32/facebook.png" width="22" height="22" border="0" alt="Like" /></a>
<a class="addthis_button_linkedin"><img src="http://cache.addthiscdn.com/icons/v1/thumbs/32x32/linkedin.png" width="22" height="22" border="0" alt="Join" /></a>
<a class="addthis_button_google_plusone_share g:plusone:annotation="none""><img src="http://earnerr.com/upload/20123023213410google-plus-red-logo.jpg" width="22" height="22" border="0" alt="Join" /></a>
<a class="addthis_button_email"><img src="http://cache.addthiscdn.com/icons/v1/thumbs/32x32/email.png" width="22" height="22" border="0" alt="Join" /></a>
<a class="addthis_counter addthis_bubble_style"></a>
</div>
This question is closed to new answers.