网站上的评论不会显示在审核页面上

发布于 2024-12-15 08:23:02 字数 377 浏览 4 评论 0原文

我的网站上嵌入了 Facebook 社交评论:http://www.photodharma.net,但是当我查看评论审核工具只显示首页上的评论,而我什至没有被告知这些。

每个页面都嵌入了以下代码:

<meta property="fb:admins" content="myname"/ >
<meta property="fb:app_id" content="my-id"/>

所以我的问题是如何设置它以便所有评论都出现在评论审核工具中,以及当有人发表新评论时如何通知我?

非常感谢您提供的任何帮助。

I have Faceboook social comments embedded on my website: http://www.photodharma.net, but when I look at the Comment moderation tool only the comments on the front page show up, and I was not even informed about those.

Each of the pages has the following code embedded:

<meta property="fb:admins" content="myname"/ >
<meta property="fb:app_id" content="my-id"/>

So my question is how can I set it so that all comments appear in the Comment moderation tool, and how can I be informed when someone makes a new comment?

Many thanks for any help you can give.

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

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

发布评论

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

评论(2

云裳 2024-12-22 08:23:02

通常,评论审核工具会自动为您完成所有这些工作。因此,据我所知,CM 工具无法连接到您网站上的评论框。

这是我能想到的唯一两件事:

  1. 不需要 fb:admins 元标记,因为您可以选择使用 CM 工具来审核您的评论。删除这个元标记,可能会引起冲突。

  2. https://developers.facebook.com/>>>>应用>>您的评论应用程序名称
    转到“+编辑应用程序”并确保“应用程序域”字段包含的网址不包含“http://www.”,而只是您的纯网址名称。
    确保在底部的“网站”选项卡下填写了完整的网站网址,包括

很想知道这是否有任何帮助。我理解你的沮丧,但恕我直言,fb:comments 的文档严重缺乏。

Normally the Comment Moderation tool does all that automatically for you. So, from what I can tell the CM-tool isn't able to connect to the comment boxes on your website.

These are the only two things I can think of:

  1. There's no need for the fb:admins meta-tag since you can choose who moderates your comments using the CM-tool. Delete this meta-tag, it might cause conflicts.

  2. In https://developers.facebook.com/ >> Apps >> Your Comment Appname
    Go to '+ edit app' and make sure that the 'App domain' field contains a url that does not include "http://www.", just your plain url-name.
    Make sure that under the 'website' tab at the bottom, your complete website-url is filled out, including the "http://www."

Curious to see if this was of any help. I understand your frustration though, the documentation of the fb:comments is seriously lacking imho.

嘴硬脾气大 2024-12-22 08:23:02

此外,您还需要确保在网站上配置了正确的应用程序 ID。 Facebook 会寻找

<meta property="fb:app_id" content="YOUR APP ID HERE" />

将评论添加到正确位置的人。

Also you need to make sure the correct app id is configured on the website. Facebook would look for

<meta property="fb:app_id" content="YOUR APP ID HERE" />

which will add the comments in the right place.

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