Announcement

Collapse
No announcement yet.

Google +1 button doesn`t show up

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Google +1 button doesn`t show up

    Is anybody could give me an answer why is the +1 button doesn`t shows up on all pages?

    I followed the same method on all pages Thank you for Tom Finley!

    To add "+1" button to BlueVoda:

    1. The following is placed in the End of Body tab (Page HTML>End of Body):

    <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>


    2. Use an HTML box and paste in this code: <g:plusone></g:plusone>
    You can make the HTML box smaller and re-position it to where you like it on your page.


    * The button will not appear until you PUBLISH your page.


    example: it shows up on this one:


    did the same thing on this one...but it doesn`t shows the button


    or on this one either:


    What am i doing wrong?

    Thank you.

  • #2
    Re: Google +1 button doesn`t show up

    Hi BFBW,

    Check to see if you added the necessary script to EVERY page and not just your index page.

    <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>

    Paul

    Comment

    Working...
    X