Title: Problem with Comments Box
Last modified: August 20, 2016

---

# Problem with Comments Box

 *  Resolved [nitzanginsberg](https://wordpress.org/support/users/nitzanginsberg/)
 * (@nitzanginsberg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-comments-box/)
 * When I put the the comments box on the Bottom posts of the site
 * Like here: [http://tourweb.co.il/build-tourism-blog](http://tourweb.co.il/build-tourism-blog)
 * The wordpress comments Disappear, How can i fix it ?
 * I am want Both of them (Facbook + WordPress commwnts)
 * Pls Help me
 * Thanks and Best Rgd
 * [http://wordpress.org/extend/plugins/facebook/](http://wordpress.org/extend/plugins/facebook/)

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

 *  Plugin Contributor [Niall Kennedy](https://wordpress.org/support/users/niallkennedy/)
 * (@niallkennedy)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-comments-box/#post-3311993)
 * The plugin expects webmasters will choose WordPress comments or Facebook comments,
   not both on the same page.
 * If you would like to remove the plugin CSS you may [dequeue the style](http://codex.wordpress.org/Function_Reference/wp_dequeue_style)
   after the wp_enqueue_scripts action priority 0.
 * Your theme or plugin code might look like:
 *     ```
       function dequeue_fb_hide_wp_comments() {
       	wp_dequeue_style( 'fb_hide_wp_comments' );
       }
       add_action( 'wp_enqueue_scripts', 'dequeue_fb_hide_wp_comments', 1 );
       ```
   
 *  Thread Starter [nitzanginsberg](https://wordpress.org/support/users/nitzanginsberg/)
 * (@nitzanginsberg)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-comments-box/#post-3312000)
 * SO How is that possible on this website ??
 * [http://www.videowonderwoman.com/videocourse/](http://www.videowonderwoman.com/videocourse/)
 * ?

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

The topic ‘Problem with Comments Box’ 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/)

## Tags

 * [comments box](https://wordpress.org/support/topic-tag/comments-box/)

 * 2 replies
 * 2 participants
 * Last reply from: [nitzanginsberg](https://wordpress.org/support/users/nitzanginsberg/)
 * Last activity: [13 years, 5 months ago](https://wordpress.org/support/topic/problem-with-comments-box/#post-3312000)
 * Status: resolved