i have issue too i dont see comments count just No comments yet.
heres is code of facebook-comments-combinecomments.php
} elseif (!comments_open() ||
($fbc_options['displayPagesOrPosts'] == 'pages') && (!is_page()) ||
($fbc_options['displayPagesOrPosts'] == 'posts') && (!is_single())) {
return $wpCommentCount;
} else {
but if i erase the line ($fbc_options['displayPagesOrPosts'] == 'posts') && (!is_single()))
i get blank page.
thanks in advance.