无法将 Facebook 评论集成到博客中

发布于 2025-01-05 09:54:34 字数 753 浏览 1 评论 0原文

错误:

评论插件需要一个 href 参数。

但事实并非如此。

我已经遵循了大约5个教程,一步一步仔细,但它总是给我这个错误。

我更改了 html 标签,然后包含 JavaScript SDK,更改 &对于 &或使用教程和元标记提供的代码,然后放置代码

< /代码> 在 下面,我也尝试了其他地方,但没有什么区别。

如果我使用 expr:data-href="data:post.url"data-href="data:post.url"data- 没有区别href="http://mycustomdomain.com"data-href="http://mybloggerdomain.blogspot.com" 情况

或者带有 href=url=应用程序经过仔细配置和重新检查的 。我尝试创建新的应用程序。

我遵循的教程是新的,甚至不到 30 天。

我不知道我做错了什么。

Error:

The comments plugin requires an href parameter.

But that's not true.

I have followed about 5 tutorials, carefully step by step, and it always give me this error.

I change the html tag, then Include the JavaScript SDK, changing & for & or using provided code by tutorial and meta tags, and then place the code
<div class="fb-comments" expr:data-href="data:post.url" data-num-posts="2" data-width="470"></div>
below <data:post.body/>, i tried other places too but made no difference.

No diference if i use expr:data-href="data:post.url" or data-href="data:post.url" or data-href="http://mycustomdomain.com" or data-href="http://mybloggerdomain.blogspot.com"
or those cases with href= or url=

App is carefully configured and rechecked. I tried create new apps.

The tutorials i have followed are new, not even 30 days old.

I have no idea of what i'm doing wrong.

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

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

发布评论

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

评论(2

岁月打碎记忆 2025-01-12 09:54:34

我遇到了同样的问题,我尝试了这个,只是出于好奇和工作:

<fb:comments href='data:blog.url'/>

I had the same problem, and I tried this, just for curiosity and works:

<fb:comments href='data:blog.url'/>
内心旳酸楚 2025-01-12 09:54:34

尝试使用以下

<div class='fb-comments' data-num-posts='20' data-width='470' expr:href='data:post.url'/>

方法解决了我的问题

单击此处查看有关此内容的详细博客文章

Try using the following

<div class='fb-comments' data-num-posts='20' data-width='470' expr:href='data:post.url'/>

this solved the problem for me

click here for a detailed blog post on this

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