In global header there is only....
<img src="assets/images/LOGO__13.gif" alt="Site Name">
If I paste the +1 code right after this it displays the +1 button under the logo and not next to it causing the whole template to not display properly. I want the +! button right next to the logo on my site.
Here is the +1 code that I am using from the google site:
<!-- Place this tag where you want the +1 button to render -->
<g:plusone 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>
Any ideas how to keep it on the same line instead of going under the logo?
<img src="assets/images/LOGO__13.gif" alt="Site Name">
If I paste the +1 code right after this it displays the +1 button under the logo and not next to it causing the whole template to not display properly. I want the +! button right next to the logo on my site.
Here is the +1 code that I am using from the google site:
<!-- Place this tag where you want the +1 button to render -->
<g:plusone 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>
Any ideas how to keep it on the same line instead of going under the logo?
Comment