Facebook 调试器/linter 提供“无关属性”即使没有任何改变,突然出错

发布于 2024-12-19 11:00:51 字数 595 浏览 2 评论 0原文

我有一些使用 Facebook 评论的博客。它们都使用相同的代码来实现评论框插件和元标记。它们之间唯一改变的是 og:app_id 属性。

经过几周的正常工作后,这个周末,其中一个博客开始在 Facebook Linter / 调试器中收到此错误:

“无关属性:此类型的对象不允许名为 og:app_id 的属性。”

这似乎导致 linter 错过其他标签(例如 og:description 标签,该标签在 HTML 中明确定义,但显示为空白)。

此外,由于 Facebook 拒绝 app_id 属性,因此它无法连接到我们的应用程序,从而导致三个大问题:

  1. 评论框不使用我们通过评论审核工具设置的设置;它只是使用默认设置
  2. 当有人发表评论时我们不再收到通知,因为通知是通过评论审核工具设置的
  3. 我们甚至无法在评论审核工具中看到评论。我们必须访问页面本身来了解是否有人发表评论,并对其进行审核。

在我的几个使用 Facebook 评论的博客中,这是唯一一个造成这种麻烦的博客,尽管元标记代码本质上是相同的。

有没有人找到解决这个问题的方法?谢谢你!

I have a few blogs that use Facebook comments. They all use the same code to implement the comments box plugin and the meta tags. The only thing that changes between them is the og:app_id property.

After several weeks of working just fine, this weekend, one of the blogs started getting this error in the Facebook Linter / Debugger:

"Extraneous Property: Objects of this type do not allow properties named og:app_id."

This seems to be causing the linter to miss other tags (such as the og:description tag, which is clearly defined in the HTML but shows up blank).

Also, because Facebook is rejecting the app_id property, it is not connecting to our app, causing three big problems:

  1. the comments box isn't using our settings set through the comments moderator tool; It just uses the defaults
  2. We no longer get notifications when someone comments, because the notifications are set up through the comments moderation tool
  3. We can't even see comments in the comments moderation tool. We have to go to the page itself to discover whether comments have been made, and moderate them.

Of my several blogs that use Facebook comments, this is the only one giving this trouble, even though the meta tag codes are essentially the same.

Has anyone found a way to resolve this issue? Thank you!

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

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

发布评论

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

评论(1

好倦 2024-12-26 11:00:51

此标签是 而不是 看看是否有帮助。确保您也拥有这两个名称空间

This tag is <fb:app_id> not <og:app_id> See if that helps. Make sure you have got both the namespaces as well

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