View Single Post
  #1  
Old 08-15-2011, 01:29 AM
 
smarta smarta is offline
 

Senior Member
  
Join Date: Aug 2008
Posts: 129
 

Default google +1 button in speed bar ?

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 
document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(pos);
  })();
</
script
__________________
4.4.3
Reply With Quote