Sunday, November 6, 2011

plusone-button + 1 to your web site.

By adding these icon you can get benefits to send the information about
your website to other users.


There is some basic steps to add the g+ button in your web site.

  • add this tag in body part of jsp/html
        <g:plusone></g:plusone>
and in the head section call the js function



<script type="text/javascript">
      window.___gcfg = {
        lang: 'en-US'
      };


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




No comments:

Post a Comment