Results 1 to 2 of 2

Thread: Help with the Google +1 Button
      
   

  1. #1
    Sperry73lp is offline Second Lieutenant
    Join Date
    Jan 2009
    Posts
    123

    Question Help with the Google +1 Button

    Hello,

    I have attempted several times to put the new Google +1 Button on my site but I am unable to get the button to be viewable. My problem I think is that I am not 100% understanding the 2 following instructions on how to put the button on your site:

    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>

    OR

    <!-- Place this tag where you want the +1 button to render -->
    <g:plusone></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 s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
    })();
    </script>

    If someone could help me figure out where to put these codes and which part should go where I would very much appreciate it.

  2. #2
    Tom Finley's Avatar
    Tom Finley is offline Brigadier General
    Join Date
    Mar 2008
    Location
    Kauai, HI
    Posts
    1,304

    Default Re: Help with the Google +1 Button

    Did you read the first post in THIS thread? It tells you which goes where.
    CLAMcentral.com Children's Ministry resources
    CLAMcentral's Projects Blog
    CLAMbakeonline.com Family Fun

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49