문제

AddThis's url tracking doesn't seem to work for me in the browsers listed above. The tracking hash doesn't appear in the url. I've tried putting the AddThis code at the bottom of the body tag and in the head but it doesn't seem to affect things.

<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>
도움이 되었습니까?

해결책

Our address bar tracking uses the window.history HTML5 API that is only supported in Internet Explorer 10 and higher. Details and example code are available here.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top