ポートフォリオを作成し、そこにGoogle+ボタンを配置しました。ページはまだスタイルが設定されておらず、壊れたツールチップが私を遅くしています。問題はどこだ?
3 に答える
0
そのコードをどこに置くかはわかりませんが、これを置き換える方法があります:http ://www.google.com/webmasters/+1/button/
<!-- Place this tag where you want the +1 button to render -->
<g:plusone annotation="inline"></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>
于 2012-06-15T16:09:38.233 に答える
0
それ以外の:
<div class="g-plusone">
</div>
試す:
<g:plusone annotation="inline"></g:plusone>
于 2012-06-15T16:10:37.653 に答える
0
問題の原因となっているスタイルシートcss/style.cssに競合するスタイルがあります。
そのスタイルシートを削除すると、tiは正常に機能します。
于 2012-06-15T16:17:59.103 に答える