my client wants a google +1 button to appear on the speed bar
he has sent me the code below - any idea of how I can achieve this?
PHP Code:
<!-- Place this tag where you want the +1 button to render -->
<g:plusone href="www.glitchtechgaming.com.au"></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>