【发布时间】:2013-03-22 07:32:57
【问题描述】:
我使用了这个页面生成的代码:
https://developers.facebook.com/docs/reference/plugins/comments/
但是,由于我的页面是动态的,我替换了这部分:
<div class="fb-comments" data-href="http://example.com" data-width="470" data-num-posts="10"></div>
与...
<div class="fb-comments" data-href="http://www.mywebsite.com/index.php?a=[some dynamic name]" data-width="470" data-num-posts="10"></div>
当我尝试发帖时,评论会显示,但当我刷新页面时,它会消失。我做错了吗?
【问题讨论】:
标签: facebook plugins facebook-comments social-media