最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - How to disable share this hover effect? - Stack Overflow

programmeradmin1浏览0评论

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
Add a ment  | 

2 Answers 2

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

发布评论

评论列表(0)

  1. 暂无评论