AddThis的网址跟踪在上面列出的浏览器中似乎不适合我。跟踪哈希不会出现在网址中。我已经尝试将AddThis代码放在body标签的底部和头部,但它似乎不会影响事情。
<html>
<head>
<script type="text/javascript">
var addthis_config = {"data_track_addressbar":true};
</script>
<script src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-523b5eb401d90168"></script>
</head>
<body><div class="addthis_toolbox addthis_default_style" >
<a class="addthis_button_facebook_like share-fb" fb:like:layout="button_count"></a>
<a class="addthis_button_tweet share-tw"></a>
<a class="addthis_button_google_plusone share-gp" g:plusone:size="medium"></a>
</div>
</body>
</html>
答案 0 :(得分:0)
我们的地址栏跟踪使用仅在Internet Explorer 10及更高版本中支持的window.history HTML5 API。 Details and example code are available here.