How to disable the overall hover effect?

I need to disable the mouseover popup that uses ShareThis. According to the documentation, I just need to add "onhover: false" to the parameters. However, this will not work. This does not even work in their documentation on how to disable the hover effect.

How can I stop this hover event?

Thanks in advance for your help!

+4
source share
2 answers
<script type="text/javascript"> stLight.options({ publisher:'b8a24e9b-84db-4fe8-8950-ea6f0e28e2fa', onhover: false }); </script> 
+8
source

If you are using wordpress, put onhover: false in the widgets section under stLight.options

0
source

All Articles