Web ページで Google プラスワン ボタンを使用しましたが、問題が発生しています。
何をしなければならないか教えてください。テキストは枠から外れており、ボックスの左側は正常ではありません。
これは私が私のコードに入れたものです:
<!-- Place this tag where you want the +1 button to render -->
<g:plusone size="medium"></g:plusone>
<!-- Place this render call where appropriate -->
<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);
})();
</script>