Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m also looking for a solution to this. In facebook.php I found this line:
    add_filter( 'the_content', array( 'Facebook_Comments', 'the_content_comments_box' ), $priority );

    I tried changing it to this:
    add_filter( 'comments_template', array( 'Facebook_Comments', 'the_content_comments_box' ), $priority );

    But unfortunately it didn’t work. I don’t know if ‘comments_template’ is the wrong filter hook or if there is some other conditional in the plugin code to prevent it from being displayed elsewhere.

    Thread Starter erickrsouza

    (@erickrsouza)

    I removed the plugin and added the like button and comment box by mylsef. It was really easy.. you can get the code from https://developers.facebook.com/docs/plugins/

    I’ve also implemented the facebook comments count, everything you need is on facebook developers doc.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment Box Position’ is closed to new replies.