Support » Plugin: SEO Facebook Comment » [Plugin: SEO Facebook Comment] Showing number of fb comments

  • Hello guys, is there a way to show up the number of comments for each post independently from the post itself, for example in a category page?
    I’m a bit afraid that on a category page that would make the whole thing horribly slow.

    At the moment, i tried inserting the usual commenting code and i got zero results even if there were two or three comments already…

    http://wordpress.org/extend/plugins/seo-facebook-comments/

Viewing 3 replies - 1 through 3 (of 3 total)
  • This this code. You can modify it anyway you want.

    <?php
    $comments_count = wp_count_comments( post_id);
    echo ” (“.$comments_count->approved .” Comments)” . “
    “;
    ?>

    Also, make sure that the “Auto Approve” button is checked in the SEO Facebook settings.

    If I use this code I dont get the comments for the single post, I get more comments that are even there ?

    Is there a way to just show the comments of one single post ? on the post (single.php) and on the home page (index.php) ?

    Hope 2 hear from someone soon 🙂

    Ok, you should just disable auto approve, the comments will show up between your normal comments ( with a interval from about 5 min ) when you aprove them they will show up between the normal ammount of comments 😉

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: SEO Facebook Comment] Showing number of fb comments’ is closed to new replies.