I want to add the Google +1 code below and have tried several places but it always screws up the site. I put what they call the "render call" in the header, which is fine, right? But just that tiny top section with the small button, will throw everything out of whack, if I put it anywhere above the fold in the first page there. Like I tried adding it after the email address and it threw the whole section out to the right of its container area. Any ideas on why and how to get it to work, please?
<!-- Place this tag where you want the +1 button to render -->
<g:plusone size="small" annotation="inline"></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>
OS Windows 10