2011-04-04 89 views
0

我已经创建了一个应用程序选项卡用于Facebook页面。在这个应用程序中,我嵌入了Facebook的评论。但是,这些评论是随机排列的。我想知道是否有办法显示这些评论的发布顺序?我需要Facebook评论帮助

,我用来生成Facebook的评论如下:

<fb:comments 
    app_id="168848466497060" 
    migrated="1" 
    xid="thisisatestcomment" 
    href="http://www.facebook.com/muskegonsummercelebration" 
    num_posts="4" 
    width="440px"> 
</fb:comments> 

任何想法的代码?

回答

0

the Facebook documentation看来,您唯一的订购选项是将reverse设置为true或false。我假设默认是所谓的“顶级评论”,但我无法想象reverse会显示最糟糕的评论。