0
我在我的WordPress博客中使用Sharrre腳本。 Facebook和Twitter計數器可以工作,但Google+計數器始終爲零。分享Google Plus計數器始終顯示零
下面是我使用的代碼:我試圖把URL和一切可能在urlCurl
jQuery('#googleplus').sharrre({
share: {
googlePlus: true
},
template: '<a class="box" href="#"><div class="count" href="#">{total}</div><div class="share"><i class="icon-google-plus-sign"></i></div></a>',
enableHover: false,
enableTracking: true,
urlCurl: '',
click: function(api, options){
api.simulateClick();
api.openPopup('googlePlus');
}
});
:「」,但沒有奏效。
請幫忙。
你的網址在哪裏被添加?我沒有看到任何網址。如果沒有要獲取的網址,它將始終爲0。 – Accelerator