【发布时间】:2012-01-26 16:18:11
【问题描述】:
我想知道如何更改 google +1 按钮大小的 css(上面带有气泡计数器的按钮)。
默认是 60 像素,但我需要 70 像素
请告诉我
谢谢
<!-- Place this tag where you want the +1 button to render -->
<g:plusone size="tall"></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-plus-one