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 have fb:comments-count working on my website but it doesn't include nested/threaded comments in the count only top level comments. I couldn't find anything about this on the internet.

Is this by design or is there any other way to enable it?

share|improve this question

1 Answer

up vote 1 down vote accepted

Per this http://developers.facebook.com/docs/reference/plugins/comments/

The fb:comments-count tag will emit the number of comments on your URL in a tag.

Reading that line, I believe that you have found a bug. You should log it http://developers.facebook.com/bugs and report back the # here so others who come across this SO post can see it too.

share|improve this answer
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 23:08
developers.facebook.com/bugs/435128579850918 According to FaceBook, this is by design. so the original question has not been answered. – Kae Verens May 20 at 22:41

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.