如何禁用共享此悬停效果?

发布于 2024-11-28 03:41:58 字数 220 浏览 1 评论 0原文

我需要禁用 ShareThis 使用的鼠标悬停弹出窗口。根据文档,我只需要在选项中添加“onhover: false”。但是这不起作用。这甚至在他们的 有关如何禁用悬停效果的文档

如何阻止此悬停事件执行?

提前感谢您的帮助!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

太阳男子 2024-12-05 03:41:58
<script type="text/javascript">
   stLight.options({
      publisher:'b8a24e9b-84db-4fe8-8950-ea6f0e28e2fa',
      onhover: false
   });
</script>
<script type="text/javascript">
   stLight.options({
      publisher:'b8a24e9b-84db-4fe8-8950-ea6f0e28e2fa',
      onhover: false
   });
</script>
寄居者 2024-12-05 03:41:58

如果您使用的是 WordPress,请将 onhover:false 放在 stLight.options 下的小部件部分中

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文