我已经实施了ShareThis,但鼠标点击旁边会打开模态窗口:http://jsfiddle.net/5XFgn/
如何在页面中央打开模态窗口,并像在他们的演示中一样调暗背景? http://support.sharethis.com/customer/portal/articles/475003-widget-positioning
我尝试使用偏移量,但没有用,ShareThis文档很糟糕且不完整!任何帮助将不胜感激。
<span class="st_sharethis" st_url="http://sharethis.com" st_title="Sharing Rocks!"></span>
<script type="text/javascript" src="http://wd.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
stLight.options({
publisher:'12345',
offsetTop:'150'
});
</script>