Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I want to use facebook comments plugin on my website to allow users to comment on the articles on different pages. In that case, would it be possible for me to get a list of for example:

  1. Latest comment posted anywhere on the website (for example to display on homepage)?
  2. Users list with most number of comments?

Thanks.

share|improve this question
Is my answer helpful? – cebirci Dec 10 '11 at 19:41

1 Answer

up vote 4 down vote accepted

You can analyze your comment plugin data with Facebook Domain Insights for your website.

First, you have to enable Facebook Domain Insights by adding a meta tag to your website. By this meta tag you relate your website with a personal Facebook account or a Facebook page. You have to add one of these tags to your website:

<meta property="fb:admins" content="user_id" />
<meta property="fb:app_id" content="your_app_id" /> 

For documentation about Facebook Domain Insights, please visit the Domain Insights section in http://developers.facebook.com/docs/insights/

After enabling, you will see your domain appearing on Facebook Insights Page. Click on Comments Box section to analyze comment plugin data. There are various rich statistics.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.