Title: advance512's Replies | WordPress.org

---

# advance512

  [  ](https://wordpress.org/support/users/advance512/)

 *   [Profile](https://wordpress.org/support/users/advance512/)
 *   [Topics Started](https://wordpress.org/support/users/advance512/topics/)
 *   [Replies Created](https://wordpress.org/support/users/advance512/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/advance512/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/advance512/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/advance512/engagements/)
 *   [Favorites](https://wordpress.org/support/users/advance512/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Facebook Comments for WordPress] Facebook Comments for WordPress v2.0](https://wordpress.org/support/topic/facebook-comments-for-wordpress-v20/)
 *  [advance512](https://wordpress.org/support/users/advance512/)
 * (@advance512)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/facebook-comments-for-wordpress-v20/#post-1901320)
 * Hey all,
 * Berend hit the nail on the head. I installed Facebook Comments for WordPress 
   for the first time a short while ago and was puzzled why it did not work. I got
   to Berend’s post, and then I edited the file facebook-comments-for-wordpress/
   facebook-comments-functions.php (in the WordPress control panel:
 * Plugins -> Facebook Comments for WordPress -> Edit -> # facebook-comments-for-
   wordpress/facebook-comments-functions.php
 * I searched for every line of code that started with console.log and simply appended
   in front of it:
 * if (typeof console != ‘undefined’)
 * So, instead of (for example):
 * console.log(‘fbComments: Caught added comment’);
 * it now reads:
 * if (typeof console != ‘undefined’) console.log(‘fbComments: Caught added comment’);
 * Voila, it works perfectly now. Hurrah!

Viewing 1 replies (of 1 total)