我使用了此页面上生成的代码:
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>
当我尝试发布时,评论会出现,但当我刷新页面时,它会消失。难道我做错了什么?