我想在按鈕左側的G +分享按鈕中設置計數器。 我使用下面的代碼段:如何在G +分享按鈕左側設置Google plus計數器
<div class="social-button-fixed" id="share-btn3">
<g:plus action="share" href="returnPageUrl()" annotation="bubble" height="60" align="left" expandTo="left"></g:plus>
</div>
<script >
window.___gcfg = {
lang: 'en-US',
parsetags: 'onload'
};
</script>
<script src="https://apis.google.com/js/platform.js" async defer></script>
但它顯示在按鈕的右側櫃檯:
我怎樣才能使它顯示在左邊?
https://developers.google.com/+/web/+1button/?hl=zh-CN –
@Paulie_D這是+1按鈕,分享按鈕doc是這一個:https://developers.google.com/+/web/share/ 但它不告訴我如何定位計數器... – Jahid