如何使用包含哈希数据的sharethis共享URL。
例如:
http://sitesample.com/#hashdatafrommyapp,3
现在我使用此代码时:
<script type="text/javascript">var switchTo5x = false;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">
stLight.options({
publisher: "xxxxxxxxxxxxxxxxxxxxxxx",
doNotHash: true,
doNotCopy: true,
hashAddressBar: false,
shorten:false,
url: encodeURIComponent(document.location.href)
});</script>
我得到没有哈希的URL(例如,当我使用Twitter按钮共享时)。
我也尝试使用encodeURI()
函数,它也是如此。