Title: Replace commentbox and allow wordpress comment
Last modified: August 20, 2016

---

# Replace commentbox and allow wordpress comment

 *  [tatof](https://wordpress.org/support/users/tatof/)
 * (@tatof)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/replace-commentbox-and-allow-wordpress-comment/)
 * Hellow,
 * I’ve searched for replacing the comment box of facebook and I found this sollution:
 * Functions.php
 * >  add_action(‘wp’, ‘move_fb_comments’, 999999);
   >  function hook_fb_comments_form(){
   > do_action(‘the_fb_comment_form’); } function move_fb_comments() { $priority
   > = apply_filters( ‘facebook_content_filter_priority’, 30 ); remove_filter( ‘
   > the_content’, array( ‘Facebook_Comments’, ‘the_content_comments_box’ ), $priority);
   > add_filter( ‘the_fb_comment_form’, ‘Facebook_Comments::the_content_comments_box’,
   > 30); }
 * comments.php
 * >  <?php echo apply_filters(‘the_fb_comment_form’, NULL); ?>
 * So that works but now I need to enable the wordpress comment as well.
    Or an 
   easy way to merge them.
 * Thanks,
 * Jesse Bakker
 * [http://wordpress.org/extend/plugins/facebook/](http://wordpress.org/extend/plugins/facebook/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [tatof](https://wordpress.org/support/users/tatof/)
 * (@tatof)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/replace-commentbox-and-allow-wordpress-comment/#post-3353107)
 * and found it again:
 * commenting line 256 (in facebook.php in the facebook pluginfolder)
 * >  // add_filter( ‘comments_array’, array( ‘Facebook_Comments’, ‘comments_array_filter’),
   > 10, 2 );
   > // add_action( ‘wp_enqueue_scripts’, array( ‘Facebook_Comments’, ‘css_hide_comments’),
   > 0 );
 * still searching for an easy and good solution go merge facebook and wp comments.

Viewing 1 replies (of 1 total)

The topic ‘Replace commentbox and allow wordpress comment’ 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/)

 * 1 reply
 * 1 participant
 * Last reply from: [tatof](https://wordpress.org/support/users/tatof/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/replace-commentbox-and-allow-wordpress-comment/#post-3353107)
 * Status: not resolved