移至新的 fb:comments,但即使迁移=“1”,旧评论也消失了。

发布于 2024-11-18 09:08:37 字数 402 浏览 2 评论 0原文

我有一个 FBML 页面选项卡,其中包含旧的 fb:comments。 现在我正在尝试构建一个 iframe 来替换它。 所以我在我的html代码中添加了这行:

<div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>

 <fb:comments xid="271917093633" migrated="1">

 </fb:comments>

结果是fb评论框出现,但所有旧评论都消失了!

我应该怎么办? 有人设法将他的旧评论从 fbml 迁移到 iframe 吗?

谢谢

I have an FBML page tab that has the old fb:comments.
Now I'm trying to build an iframe to replace it.
So I added to my html code this lines:

<div id="fb-root"></div><script src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script>

 <fb:comments xid="271917093633" migrated="1">

 </fb:comments>

The result are that fb comments box appear, but all of the old comments are gone!

what should I do?
does someone managed to migrate his old comments from fbml to iframe?

Thank you

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

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

发布评论

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

评论(1

孤芳又自赏 2024-11-25 09:08:37

如果您明确进行迁移,则无法保留注释。

下次创建评论框时尝试指定 href,而不是 xid

there is no way to retained the comments if you are doing the migration explicitly.

try to specify the href, instead of xid next time when u create a comments box

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