Information


グーグルプラスワンのボタンの設置方法

  •    2011年7月30日(土) 01:28 JST 閲覧件数 640
 Google+1(グーグルプラスワン)ボタンのつけ方

http://www.google.com/webmasters/+1/button/  で生成されたコードを貼り付けるだけです。

こんなコード ↓   これをそのままコピペしてもOK
 
<!-- Place this tag where you want the +1 button to render -->
<g:plusone></g:plusone>


<!-- Place this tag after the last plusone tag -->
<script type="text/javascript">
  window.___gcfg = {lang: 'ja'};


  (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>