Search code examples
javascriptgoogle-plus-one

Plus one button is causing JavaScript error


I've read through many google plue one button not working questions on here and haven't found an answer.

I'm trying to add a google+ and a facebook button to my site. Neither one is working but I'll focus on the google button for now.

Every time is clicked it causes the following javascript error:

Unsafe JavaScript attempt to access frame with URL http://stephenturley.com/blog/details/7 from frame with URL https://plusone.google.com/_/+1/confirm... ...domains, protocols and ports must match. 

You can go to the site http://www.stephenturley.com and see the error for yourself.


Solution

  • Ok I figured it out, it was a simple typo. I forgot to put http in the href attribute of the button.