logo
Ask your WordPress questions! Pay money and get answers fast! (more info)

This is an old version of this answer!

Return to the current answer
you can try with this:

http://developers.facebook.com/docs/reference/plugins/comments/

<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:comments href="<?php the_permalink(); ?>" num_posts="2" width="500"></fb:comments>


add this script to the single.php where you want the comment box to be displayed

here is an example on how this looks like
http://leetsee.com/wp-questions.html

Eva | 04/27/11 at 6:59am

This is an old version of this answer!

Return to the current answer