Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8405625
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T22:53:35+00:00 2026-06-09T22:53:35+00:00

I initially created a Google Plus One button, copied the javascript code, and pasted

  • 0

I initially created a Google Plus One button, copied the javascript code, and pasted it into my website. The button was working fine. A few weeks later, the button didn’t appear. I tried in multiple browsers, but only blank space showed up where the button is supposed to be. I tried reinstalling, to no avail.

Since I use WordPress for my website, I decided to take the HTML and JavaScript code out and install ShareThis on the homepage and add the Plus One button to it. It doesn’t even show up there. You can see it at http://www.wwwbuildawebsite.com/. It is supposed to be between the Facebook Like and Pinterest. However, I see it appearing on another page of my website, http://wwwbuildawebsite.com/tutorials/index.html.

In the rest of my posts, blank space shows up. You can click on any of the links in the Tutorials Page. The sharebar appears at the left; the Google Plus One button is supposed to appear first, before Twitter.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T22:53:36+00:00Added an answer on June 9, 2026 at 10:53 pm

    The problem seems to be that you are including mootools-1.2.3 which overwrites the JSON object provided by the browser. The sharethis library fails when trying to call JSON.parse which then fails to render the G+ button.

    You could:

    1) Upgrade to mootools 2.0 or newer (see https://mootools.lighthouseapp.com/projects/2706-mootools/tickets/741-google-friend-connect-js-api-with-mootools#ticket-741-4)

    2) Place your call to asynchronously load plusone.js after you load mootools:

    <script type='text/javascript' src='http://www.wwwbuildawebsite.com/wp-content/plugins/superslider/js/mootools-1.2.3-core-yc.js?ver=1.2.3'></script>
    
    <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>
    

    This will re-instate the JSON.parse function after it is overwritten.

    3) Manually alias the functions:

    JSON.parse = JSON.decode;
    JSON.stringify = JSON.encode;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We have few components like libraries dlls When initially created I ran the following
What objects are created initially by compilers(?) of javascript? I've been learning Io in
I'm working on a google maps loader (using the google maps javascript API). I
I am initially loggin into a google account using the gdata.docs.service.Docservice At some point,
Starting from an existing code.google project, and having successfully pushed initial code. I created
If a VS2008 project is created initially with a web app project, and class
I need to decrypt a conection that was created initially under an account that
As I've come to understand using $('.whatever').click() only works for items created initially. Additional
I am using MVC4's WEB API to expose a controller. Initially I created created
I've just created a new Virtual Machine, which was initially completely clean - I've

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.