Setting Facebook comments web plugin

后端 未结 5 1302
南笙
南笙 2020-12-31 09:29

The default sorting order of the facebook comments plugin is by social status. How do I set the default order to reverse chronological on my web page?

5条回答
  •  难免孤独
    2020-12-31 09:43

    I was googling a lot without success, so I solved this by some reverse engeneering...

    1. Use some browser code inspector to see which iframe was inserted by facebook javascript that adds the comments plugin into the page. Copy the facebook_crazy_url of that iframe (see step 2). The inserted iframe seems to be the only thing that is needed to run the comments properly
    2. Get rid of the FB javascript and insert your own iframe instead: set the url to "https://www.facebook.com/plugins/comments.php?channel_url=facebook_crazy_url&order_by=reverse_time"

提交回复
热议问题