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>