Hi - I still can't get the Google +1 button to show. I see several actinickers have got it to work, but dispite following examples on this site it still will not show. I created a very basic page of code just to test the concept (below) and this does not work for me. I must be missing something fundamental.
So here is a bit of html that should just display the +1 button:
Where am I going wrong ?
Any help useful!
So here is a bit of html that should just display the +1 button:
Code:
<html> <head> <script type="text/javascript"> window.___gcfg = {lang: 'en-GB'}; (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> </head> <body> <!-- Place this tag where you want the +1 button to render --> <g:plusone annotation="inline"></g:plusone> </body> </html>
Any help useful!
Comment