移至新的 fb:comments,但即使迁移=“1”,旧评论也消失了。
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您明确进行迁移,则无法保留注释。
下次创建评论框时尝试指定 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