Viewing 2 replies - 1 through 2 (of 2 total)
  • You may want to try a plugin.

    Thread Starter dzung

    (@bluesharp)

    I have fixed the problem. It appeared because I used a static URL for the setting, now after I use get_permalink() to get a dynamic URL. It worked.

    <div class="fb-comments" data-href="<?php echo get_permalink( $post->ID ); ?>" data-width="100%" data-numposts="50"></div>

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Facebook comments display on all posts’ is closed to new replies.