Google have updated their code to the +1 button. Everyone (including KWWH) should update to the new code as it's far faster.

http://www.google.com/webmasters/+1/button/

In KWWH (or other sites where you have the button) you need to change:
PHP Code: 
<script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> 
to this
PHP Code: 
<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> 
Mr Happy Reviewed by Mr Happy on . Google +1 Button Google have updated their code to the +1 button. Everyone (including KWWH) should update to the new code as it's far faster. http://www.google.com/webmasters/+1/button/ In KWWH (or other sites where you have the button) you need to change: <script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script> to this <script type="text/javascript"> (function() { Rating: 5