I need to disable the mouseover popup ShareThis uses. According to the documentation I just need to add "onhover: false” to the options. However this does not work. This does not even work in their documentation on how to disable the hover effect.
How can I stop this hover event from executing?
Thanks in advance for any help!
I need to disable the mouseover popup ShareThis uses. According to the documentation I just need to add "onhover: false” to the options. However this does not work. This does not even work in their documentation on how to disable the hover effect.
How can I stop this hover event from executing?
Thanks in advance for any help!
Share Improve this question asked Aug 4, 2011 at 11:09 woot586woot586 3,96510 gold badges34 silver badges41 bronze badges 2- Is it possible to unbind the hover event or something? – woot586 Commented Aug 5, 2011 at 8:12
- Link is no longer working... – Daniel Lidström Commented Sep 1, 2016 at 9:19
2 Answers
Reset to default 8<script type="text/javascript">
stLight.options({
publisher:'b8a24e9b-84db-4fe8-8950-ea6f0e28e2fa',
onhover: false
});
</script>
If you are using wordpress, place the onhover:false in the widget section under the stLight.options