Hello
I want to add google plus button in my posts. So i logged in my webmasters account and there it was written
<!– 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”>
(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>
Please tell me where should i enter this code.
Regards
Vaibhav Bathla