Title: [Plugin: Facebook] Comments integration
Last modified: August 20, 2016

---

# [Plugin: Facebook] Comments integration

 *  Resolved [Seth Long](https://wordpress.org/support/users/sethlong/)
 * (@sethlong)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/)
 * The comments feature doesn’t appear to properly position the comments and form(
   at least with my theme). With FB comments OFF, my comments appear below my author
   bio box (right where my theme wants them). With Facebook plugin 1.0 and FB comments
   turned ON, they appear directly below the body of my post but above the author
   bio box, which is not where my theme calls for comments.
 * Worse, the theme’s comment system then reports “no comments yet” where the comments
   are supposed to appear.
 * Theme is Canvas 5.0.1 from WooThemes.
 * [http://wordpress.org/extend/plugins/facebook/](http://wordpress.org/extend/plugins/facebook/)

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-facebook-comments-integration/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-facebook-comments-integration/page/2/?output_format=md)

 *  [jesseheap](https://wordpress.org/support/users/jesseheap/)
 * (@jesseheap)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809893)
 * Yeah it appears they are adding the comments using the_content tag which isn’t
   ideal:
 * add_filter( ‘the_content’, ‘fb_comments_automatic’, 30 );
 * Ideally they’d use a filter/action that allows more control over positioning 
   of the comments as it doesn’t work well on my blog either.
 *  [Intention](https://wordpress.org/support/users/fcswebsites/)
 * (@fcswebsites)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809971)
 * I’m integrating this plugin with a client site that uses the Thesis theme and
   i’m having the same problem.
 * The current filter doesn’t allow any positioning – a shortcode or being able 
   to choose a location to hook to would be ideal 🙂
 * Will keep reading up and post back if I find a solution.
 * Nick
 *  [midwestkel](https://wordpress.org/support/users/midwestkel/)
 * (@midwestkel)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809972)
 * +1 for not adding to posts automatically. Give me a function that I can add to
   my theme please.
 *  [fredgorski](https://wordpress.org/support/users/fredgorski/)
 * (@fredgorski)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809973)
 * The whole integration of this plugin is weird… Take my case. I have a facebook
   page, and the plugin posts to it. But whenever I receive I comment in a facebook
   post, it doesn’t appear to my page timeline. Neither does it to wpcomments tab.
   So, to find out a comment was posted, I need to go checking every single post.
   I like the automatic integration, but FB is dull… Another issue is, whenever 
   someone like your post on fb, the correspondant box on WP keeps showing no likes
   to the posts…
 *  [jesseheap](https://wordpress.org/support/users/jesseheap/)
 * (@jesseheap)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809989)
 * As an ugly workaround I commented out the following in fb-social-plugins.php:
 *     ```
       /*add_filter( 'the_content', 'fb_comments_automatic', 30 );
       		add_filter( 'comments_array', 'fb_close_wp_comments' );
       		add_filter( 'the_posts', 'fb_set_wp_comment_status' );
       		add_action( 'wp_enqueue_scripts', 'fb_hide_wp_comments' );
       		add_filter( 'comments_number', 'fb_get_comments_count' );*/
       ```
   
 * and I added a call in my theme as shown below which allows more control of placement
   of the comments box:
 *     ```
       if (function_exists('fb_comments_automatic')) {
          $fb = fb_comments_automatic($fb);
          echo  $fb;
       }
       ```
   
 *  Plugin Contributor [Matt Kelly (Facebook)](https://wordpress.org/support/users/mattwkelly/)
 * (@mattwkelly)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809993)
 * We’re aggregating comments feedback at [http://wordpress.org/support/topic/plugin-facebook-comments-suggestions?replies=69](http://wordpress.org/support/topic/plugin-facebook-comments-suggestions?replies=69)
   so that we can focus on it in the next major version.
 * Do you mind posting this there? Thanks
 *  [Atif Siddiqui](https://wordpress.org/support/users/atifsiddiqui/)
 * (@atifsiddiqui)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809994)
 * sorry for me being a noob here. I just wanted to know how can I disable the default
   wordpress comments after successfully installing facebook comments.
 * my site: [http://www.itsallabouttech.com](http://www.itsallabouttech.com)
 * please help.
 * thanks.
 *  Plugin Contributor [Matt Kelly (Facebook)](https://wordpress.org/support/users/mattwkelly/)
 * (@mattwkelly)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809995)
 * [@atif](https://wordpress.org/support/users/atif/) Siddiqui I followed up on 
   [http://wordpress.org/support/topic/how-to-hide-default-wordpress-comments-after-installing-facebook-comments?replies=2#post-2991996](http://wordpress.org/support/topic/how-to-hide-default-wordpress-comments-after-installing-facebook-comments?replies=2#post-2991996)
 *  [Atif Siddiqui](https://wordpress.org/support/users/atifsiddiqui/)
 * (@atifsiddiqui)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809996)
 * [@matt](https://wordpress.org/support/users/matt/) Kelly
 * I’ve replied there.
 *  [getitfromboydotnet](https://wordpress.org/support/users/getitfromboydotnet/)
 * (@getitfromboydotnet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809997)
 * [@jesseheap](https://wordpress.org/support/users/jesseheap/)
 * do you have any idea on how to hack the manual placement of the LIKE and SEND
   button placing it right after the blog post title rather than the present’s case
   of it being placed at the beginning of the blog post content if one chose TOP.
   thanks
 *  [jesseheap](https://wordpress.org/support/users/jesseheap/)
 * (@jesseheap)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809998)
 * [@getitfromboydotnet](https://wordpress.org/support/users/getitfromboydotnet/)
 * I haven’t looked at the code of this plugin to see where you’d have to hack.
 * In my case I actually had a similar need as well, and what I did was just manually
   drop the code from facebook ([https://developers.facebook.com/docs/reference/plugins/like/](https://developers.facebook.com/docs/reference/plugins/like/))
   into the proper theme file (single post.php in my case) so that it shows up right
   after the title. You can see the result here:
 * [http://blog.pinkcakebox.com/parisian-themed-1st-birthday-cake-2012-07-18.htm](http://blog.pinkcakebox.com/parisian-themed-1st-birthday-cake-2012-07-18.htm)
 * So basically I don’t use the facebook like feature from this current plugin.
 *  [getitfromboydotnet](https://wordpress.org/support/users/getitfromboydotnet/)
 * (@getitfromboydotnet)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2809999)
 * [@jesseheap](https://wordpress.org/support/users/jesseheap/)
 * Thanks a lot! great workaround. I didn’t think of that simple solution.:D
 *  [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2810004)
 * [@jesseheap](https://wordpress.org/support/users/jesseheap/), you don’t have 
   to comment out anything to remove a filter. Just use `remove_filter('the_content','
   fb_comments_automatic');` etc. as a not-as-ugly workaround.
 *  [Elmo Allen](https://wordpress.org/support/users/elmo5/)
 * (@elmo5)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2810005)
 * Sorry, actually you have to first remove the action adding those filters with`
   remove_action( 'init', 'fb_apply_filters' );`
 * That removes all the automatic code added to the posts and pages. If you want
   to put some back, you’ll have to copy-paste the code from fb-social-plugins.php
   adding them, e.g.
 *     ```
       if ( array_key_exists( 'send', $options ) && array_key_exists( 'enabled', $options['send'] ) && $options['send']['enabled'] ) {
       add_filter( 'the_content', 'fb_send_button_automatic', 30 );
       }
       ```
   
 *  [nhlabor@gmail.com](https://wordpress.org/support/users/nhlaborgmailcom/)
 * (@nhlaborgmailcom)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/#post-2810006)
 * This post says resolved but I cannot figure out how to make my Comments apear
   after the author Bio.
 * I cannot find the places to insert the code from above if that is what I need
   to do.

Viewing 15 replies - 1 through 15 (of 16 total)

1 [2](https://wordpress.org/support/topic/plugin-facebook-comments-integration/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-facebook-comments-integration/page/2/?output_format=md)

The topic ‘[Plugin: Facebook] Comments integration’ 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/)

 * 16 replies
 * 11 participants
 * Last reply from: [nickd32](https://wordpress.org/support/users/nickd32/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-facebook-comments-integration/page/2/#post-2810014)
 * Status: resolved