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