Facebook comments plugin: sorting comments by default -



Facebook comments plugin: sorting comments by default -

by default comments shown "social ranking".

is possible set default value "reverse chronological"?

the official docs social plugins not mention option...

if using social plugin given fb, think there no such alternative available..

what u mean social ranking?

if ready utilize fql can seek below suggestion.

normally fb info rendered based on timestamps , if u want latest comments specific page, can utilize fql query desired results..

sample query

http://www.facebook.com/restserver.php?format=json&pretty=1&method=fql.query& query=select post_fbid, fromid, object_id, text, time comment object_id in (select comments_fbid link_stat url ="http://developers.facebook.com/docs/reference/fql/comment/") order time desc

facebook facebook-social-plugins

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -