Hi iqbalperdana. You might check out the Facebook Comments plugin.
hi bdbrown, thnks for fast respond. But, i have a little bit question.
The facebook comments plugin was show up exatly under body post.
How can i reposition that plugin, so facebook comment plugin replace native comment position.
Thnks before 🙂
Take a look.
https://pbs.twimg.com/media/CEku_fGUMAAiUwa.png:large
The plugin provides a shortcode that can be used in a theme template file. You would copy single.php from the parent theme to your child theme. Then replace this line:
<?php comments_template('/comments.php',true); ?>
with this:
<?php echo do_shortcode('[fbcomments]'); >?