Google+ 按钮http://www.amayzinghomes.com显示的计数错误。这是一个全新的域,因此它应该只显示几次点击。我认为它可能会显示我获得脚本的 Google Plus 页面上的点击次数,而不是它所在的实际页面的计数。这是我使用的脚本:
<!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-size="tall" data-href="http://www.amayzinghomes.com/"></div>
<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
(function() {
var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
po.src = 'https://apis.google.com/js/plusone.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
})();
s</script>