Javascript 单击共享此窗口的弹出窗口

Javascript 单击共享此窗口的弹出窗口,javascript,sharethis,Javascript,Sharethis,因为我已经通过下面的脚本嵌入了sharethis插件,它会弹出鼠标悬停事件的共享窗口。但我只需要在Onclick事件中弹出 <script type="text/javascript">var switchTo5x=true;</script> <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script> <script type

因为我已经通过下面的脚本嵌入了sharethis插件,它会弹出鼠标悬停事件的共享窗口。但我只需要在Onclick事件中弹出

<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
stLight.options({
    publisher:"c7a25472-030e-48ce-b630-a71f99cc53d9"
});
</script>
<span class="st_sharethis_custom" displayText="Share">Share</span>
var switchTo5x=true;
stLight.options({
出版商:“c7a25472-030e-48ce-b630-a71f99cc53d9”
});
分享

所以,请你告诉我如何才能做到这一点

onhover
属性设置为
false
应该适用于您:

stLight.options({
    publisher:"c7a25472-030e-48ce-b630-a71f99cc53d9",
    onhover: false
});

onhover
属性设置为
false
应该适用于您:

stLight.options({
    publisher:"c7a25472-030e-48ce-b630-a71f99cc53d9",
    onhover: false
});
var addthis_config={ ui\u单击:true }点击 如果为true,则仅在单击时显示压缩菜单。

var addthis\u config={ ui\u单击:true }点击 如果为true,则“压缩”菜单仅在单击时显示