加一按钮导致 JavaScript 错误

发布于 2025-01-03 03:39:53 字数 493 浏览 0 评论 0原文

我已经阅读了这里的许多 google plue 一键不起作用的问题,但没有找到答案。

我正在尝试向我的网站添加 google+ 和 facebook 按钮。两者都不起作用,但我现在将重点关注 google 按钮。

每次单击都会导致以下 JavaScript 错误:

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. 

您可以访问该网站 http://www.stephenturley.com 并亲自查看错误。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不必你懂 2025-01-10 03:39:53

好吧,我明白了,这是一个简单的错字。我忘记将 http 放入按钮的 href 属性中。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文