Title: [Plugin: Simple Facebook Comments] Move Comments Below?
Last modified: August 20, 2016

---

# [Plugin: Simple Facebook Comments] Move Comments Below?

 *  [gleenk](https://wordpress.org/support/users/gleenk/)
 * (@gleenk)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-comments-move-comments-below/)
 * Is there a way to move facebook comments box below everything?
 * [http://wordpress.org/extend/plugins/simple-facebook-comments/](http://wordpress.org/extend/plugins/simple-facebook-comments/)

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

 *  [daanz](https://wordpress.org/support/users/daanz/)
 * (@daanz)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-comments-move-comments-below/#post-2916309)
 * Yes. If you want to show the Facebook comment box on your posts, go to appearance
   > editor and select ‘content-single.php’. Add the following code at the bottom:
 *     ```
       <!-- Facebook -->
       <?php 
   
       if(is_single() && get_option('simple_fb_comments_posts') == 'on' && get_option('simple_fb_comments_views') == 'on' || (is_page() && get_option('simple_fb_comments_pages') == 'on' && get_option('simple_fb_comments_views') == 'on') || ((is_home() || is_front_page()) && get_option('simple_fb_comments_homepage') == 'on' && get_option('simple_fb_comments_views') == 'on'))
   
       {
       echo '<fb:comments-count href='.get_permalink( $post->ID ).'></fb:comments-count> comments';
       }
   
       if ((is_single() && get_option('simple_fb_comments_posts') == 'on') ||
       (is_page() && get_option('simple_fb_comments_pages') == 'on') ||
       ((is_home() || is_front_page()) && get_option('simple_fb_comments_homepage') == 'on'))
       {
       echo'<div>'.get_option('simple_fb_comments_countmsg'). "</div><div class=\"fb-comments\" data-href=\"".get_permalink()."\" data-num-posts=\"".get_option('simple_fb_comments_num')."\" data-width=\"".get_option('simple_fb_comments_width')."\"></div>";
       }
   
       ?>
       <!-- end Facebook -->
       ```
   
 * Now go to Plugins > Editor, select “Simple Facebook Comments’ and delete or uncheck
   the following section:
 *     ```
       //COMMENT BOX
       function fbcommentbox($content) {
   
       if(is_single() && get_option('simple_fb_comments_posts') == 'on' && get_option('simple_fb_comments_views') == 'on' || (is_page() && get_option('simple_fb_comments_pages') == 'on' && get_option('simple_fb_comments_views') == 'on') || ((is_home() || is_front_page()) && get_option('simple_fb_comments_homepage') == 'on' && get_option('simple_fb_comments_views') == 'on'))
   
       {
       $content .= '<fb:comments-count href='.get_permalink( $post->ID ).'></fb:comments-count> comments';
       }
   
         if ((is_single() && get_option('simple_fb_comments_posts') == 'on') ||
            (is_page() && get_option('simple_fb_comments_pages') == 'on') ||
             ((is_home() || is_front_page()) && get_option('simple_fb_comments_homepage') == 'on')) {
   
       $content .=  '<div>'.get_option('simple_fb_comments_countmsg'). "</div><div class=\"fb-comments\" data-href=\"".get_permalink()."\" data-num-posts=\"".get_option('simple_fb_comments_num')."\" data-width=\"".get_option('simple_fb_comments_width')."\"></div>";
   
         }
         return $content;
       }
       add_filter ('the_content', 'fbcommentbox', 100);
       ```
   
 * You can look at the result here: [http://www.triggr.it/web-fonts/](http://www.triggr.it/web-fonts/)
 *  Thread Starter [gleenk](https://wordpress.org/support/users/gleenk/)
 * (@gleenk)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-comments-move-comments-below/#post-2916310)
 * thank you
 *  [TheDutchGamers](https://wordpress.org/support/users/nikki365gaming/)
 * (@nikki365gaming)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-comments-move-comments-below/#post-2916322)
 * Thanks sooo much Daan, this helped me getting the comments down just where I 
   wanted them to be!
 * Nikki @ 365Gaming.nl
 *  [i0n1ca](https://wordpress.org/support/users/i0n1ca/)
 * (@i0n1ca)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-comments-move-comments-below/#post-2916343)
 * Thanks a milion times, saved me from deleteing this plugin 🙂
 * ionică.
 *  [TheDutchGamers](https://wordpress.org/support/users/nikki365gaming/)
 * (@nikki365gaming)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-comments-move-comments-below/#post-2916344)
 * It is a different question, but I will see if Daan knows the answer to this as
   well…
    How can I arrange that the comments get a notification? I get it for the
   normal WordPress comments but not for the FB comments…thxx
 *  [daanz](https://wordpress.org/support/users/daanz/)
 * (@daanz)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-comments-move-comments-below/#post-2916345)
 * Welcome guys/girls. I think your last question would be a feature request to 
   the plugin builders, Nikki.
 * Cheers,
 * Daan

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

The topic ‘[Plugin: Simple Facebook Comments] Move Comments Below?’ is closed to
new replies.

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

 * 6 replies
 * 4 participants
 * Last reply from: [daanz](https://wordpress.org/support/users/daanz/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-simple-facebook-comments-move-comments-below/#post-2916345)
 * Status: not resolved