Setting Facebook comments web plugin

后端 未结 5 1300
南笙
南笙 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:37

    Just guessing I added

     data-order-by="reverse_time"
    

    to the div provided by Facebook and it worked nicely. So, loading the pluging with the standard html5 code provided here: https://developers.facebook.com/docs/reference/plugins/comments/

    just add the data-order-by attribute like this:

提交回复
热议问题