Forum Replies Created

Viewing 1 replies (of 1 total)
  • I have the similar problem. I need to count comments in index.php in the loop <?php while (have_posts()) : the_post(); ?>.
    I’ve tried to replace <?php comments_popup_link('No comments', '1 Comment ', '% Comments '); ?> by the code counting Facebook comments. I tried the following:

    • <fb:comments-count href="<?php echo get_permalink($post->ID); ?>"></fb:comments-count> Comments
    • <fb:comments-count href="<?php echo get_permalink(get_the_ID()); ?>"></fb:comments-count> Comments
    • <fb:comments-count href="<?php the_permalink(); ?>"></fb:comments-count> Comments
    • <fb:comments-count href="URL"></fb:comments-count> Comments, where URL is the constant post URL (I copied it from the browser adress field)

    But it seems all of them don’t work. Count of comments always is 0.
    I use Facebook Comment plugin version 2.3.3.
    Is there any ways to solve the problem?

    Thank you.

Viewing 1 replies (of 1 total)