I am showing addthis button on hovering .Is there any settings to disable the click on share this . i want only to show on hovering . on clicking the expanded menu is showing .any way to disable this expanded menu on click ?
This is my script
<script type="text/javascript">
var addthis_config = {
"data_track_clickback":true ,
services_compact : "email,twitter,facebook,digg,linkedin,delicious",
services_expanded: "email,twitter,facebook,digg,linkedin,delicious",
ui_email_note: "I thought you would be interested in the following story."
};
var addthis_share = { email_template: "tnfemail_template" };
</script>
This question is closed to new answers.