Google プラス ボタンをサイトに実装しようとしましたが、ポップアップ バブルが非常に奇妙です。
次のコードを使用しました。
<g:plusone annotation="none"></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>
ページでいくつかのテーブルを使用していますが、Google プラス ボタンの css をリセットしているようです。(テーブルをデザインの一部として使用するのは奇妙なので、レイアウトではなく正しく使用します!)
その CSS コードが必要なので、Google+ 共有バブルの CSS を再定義するにはどうすればよいですか?
これは非常に重要です。.pls-topTail、.pls-vertShimLeft、.pls-contentLeft などの詳細を見てきましたが、これに関する正しいドキュメントはまだ見ていません。