0

AddThis的網址跟蹤似乎不適用於我在上面列出的瀏覽器。跟蹤哈希不會出現在網址中。我試着將AddThis代碼放在body標籤的底部並且放在頭部,但它似乎不會影響事物。AddThis data_track_addressbar不工作在IE9,IE8,IE7

<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

我們的地址欄跟蹤使用window.history HTML5 API,它只支持Internet Explorer 10和更高版本。 Details and example code are available here.

+0

這是記錄在AddThis.com上,我錯過了它嗎? –

+0

是的,這是記錄在這裏:http://support.addthis.com/customer/portal/articles/381254-address-bar-sharing-analytics#supported-browsers – Paul

相關問題