Hello,
I have tried for over 2 hours to get google+1 on my webpage but with no luck.
I just dont understand all the the following:
The HTML code below will add a basic Google+1 button to your website. Add the <script> tags inside the <head></head> section of your site and add <g:plusone></g:plusone> wherever you want the +1 button to appear on your website.
<html>
<head>
<title>+1 demo: Basic page</title>
<link rel=”canonical” href=”http://www.example.com” />
<script type=”text/javascript” src=”https://apis.google.com/js/plusone.js”>
</script>
</head>
<body>
<g:plusone></g:plusone>
</body>
</html>
What bits do I put in and where?
Can someone explain in the simpliest form please, I am not to clever with computers!
Thank you.
I have tried for over 2 hours to get google+1 on my webpage but with no luck.
I just dont understand all the the following:
The HTML code below will add a basic Google+1 button to your website. Add the <script> tags inside the <head></head> section of your site and add <g:plusone></g:plusone> wherever you want the +1 button to appear on your website.
<html>
<head>
<title>+1 demo: Basic page</title>
<link rel=”canonical” href=”http://www.example.com” />
<script type=”text/javascript” src=”https://apis.google.com/js/plusone.js”>
</script>
</head>
<body>
<g:plusone></g:plusone>
</body>
</html>
What bits do I put in and where?
Can someone explain in the simpliest form please, I am not to clever with computers!
Thank you.
Comment