I use on my website, but I can't figure out how to retrieve the comment count from a comment box with a specific XID.
I've tried intercepting all new comments with the following code:
FB.Event.subscribe('comments.add', function(response) {
alert("Comment was added.");
});
I never receive the alert though. Any ideas? I just need the number of comments for any given box.