ExpressionEngine Facebook Graph Comments
The ExpressionEngine Facebook Graph Comments plug-in for ExpressionEngine2 outputs textual comments that were placed on your page using the Facebook social comments plug-in
note: Facebook provides no controle over the number of comments returned or the order etc so there is only one option param
param: href=""
the url param you used in the href param on the FB social plug-in
{exp:graph_comments:fb href="http://lumis.com/page/graph_comments/"}
{name} = name of commenter
{category} = only used if somone comments as a page. catigory of the page commenting
{user_id} = the facebook user id
{message} = the actual comment
{comment_id} = the unique ID of the comment
{comments} = how many people replied to this comment
{sub} = 1 or 0 is this a sub comment (e.g. this is a reply)
{likes} = how many people liked this
{created_time} = when the person commented standard date variable formating
{/exp:graph_comments:fb}
Download V1.0
sample: comment below reload the page and view the page source.