Title: Comment Box Position
Last modified: August 20, 2016

---

# Comment Box Position

 *  Resolved [erickrsouza](https://wordpress.org/support/users/erickrsouza/)
 * (@erickrsouza)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/comment-box-position-2/)
 * I would like to place the comment box inside the comment area, where the wordpress
   comments is placed. By default the comment box is right after the content, inside
   entry.
 * I wouldn’t care if it’s necessary change the plugin source.
 * [http://wordpress.org/extend/plugins/facebook/](http://wordpress.org/extend/plugins/facebook/)

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

 *  [yammez02](https://wordpress.org/support/users/yammez02/)
 * (@yammez02)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/comment-box-position-2/#post-3386188)
 * 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](https://wordpress.org/support/users/erickrsouza/)
 * (@erickrsouza)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/comment-box-position-2/#post-3386189)
 * 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/](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.

 * ![](https://s.w.org/plugins/geopattern-icon/facebook_526fac.svg)
 * [Facebook](https://wordpress.org/plugins/facebook/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/facebook/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/facebook/)
 * [Active Topics](https://wordpress.org/support/plugin/facebook/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/facebook/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/facebook/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [erickrsouza](https://wordpress.org/support/users/erickrsouza/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/comment-box-position-2/#post-3386189)
 * Status: resolved