Google Plus One 脚本已停止在 WordPress 网站上运行,现在返回红旗

发布于 2024-12-02 23:56:08 字数 314 浏览 2 评论 0原文

这是我在 WordPress 博客上使用的 Google Plus One 脚本:

<g:plusone a href="<?php echo urlencode(get_permalink($post->ID)); ?>"></g:plusone>

对网站访问者来说效果很好,直到效果不佳。现在它返回一个红色的加一警告按钮,其中包含一堆纠正错误的建议,但这些建议都不适用。

有人有可以与 WordPress 一致使用的 Plus One 脚本吗?我不想使用插件。

谢谢。

Here's the Google Plus One script I've been using on my WordPress blog:

<g:plusone a href="<?php echo urlencode(get_permalink($post->ID)); ?>"></g:plusone>

Worked fine for site visitors until it didn't. Now it's returning a red Plus One warning button with a bunch of suggestions to correct the error, none of which apply.

Does anyone have a Plus One script that will work consistently with WordPress? I don't want to use a plugin.

Thanks.

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

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

发布评论

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

评论(1

月隐月明月朦胧 2024-12-09 23:56:08

以下是一位富有同情心的 Google 员工给出的答案:

<g:plusone a href="<?php echo get_permalink($post->ID); ?>"></g:plusone>

Here's the answer, courtesy of a sympathetic Google employee:

<g:plusone a href="<?php echo get_permalink($post->ID); ?>"></g:plusone>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文