0

如何使用包含哈希数据的 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()功能,它也是如此。

4

0 回答 0