Disabling the click

shermiep Jun 07, 2012 08:54AM EDT

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>

Up 0 Rated Down
Paul (AddThis Happiness Specialist) Jun 07, 2012 04:21PM EDT
Change your configuration to this:

<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." ,
ui_click: true
};
var addthis_share = { email_template: "tnfemail_template" };
</script>

This question is closed to new answers.

Still need help?


General Topics

 

Developers