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 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 );
SO How is that possible on this website ??
http://www.videowonderwoman.com/videocourse/
?
(@nitzanginsberg)
13 years, 3 months ago
When I put the the comments box on the Bottom posts of the site
Like here: 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/