Title: Plugin not working
Last modified: August 20, 2016

---

# Plugin not working

 *  Resolved [manueljim](https://wordpress.org/support/users/manueljim/)
 * (@manueljim)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/)
 * Hey I just published the website [http://www.mjimenez.es](http://mjimenez.es/blog-kotao/inauguracion-de-buceo-en-ko-tao/)
   and have been trying to get your plugin to work, it won’t send mail notifications
   nor add the comments to wp native system.
 * FB comments are working perfectly tho, don’t know if I’m missing something 😀
 * Thanks for your work and help.
 * Manuel
 * test: [url](http://mjimenez.es/blog-kotao/inauguracion-de-buceo-en-ko-tao/)
 * [http://wordpress.org/extend/plugins/ultimate-facebook-comments-email-notify/](http://wordpress.org/extend/plugins/ultimate-facebook-comments-email-notify/)

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

1 [2](https://wordpress.org/support/topic/plugin-not-working-38/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-not-working-38/page/2/?output_format=md)

 *  [camafive](https://wordpress.org/support/users/camafive/)
 * (@camafive)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382848)
 * Same problem here, please help us
 * [example link](http://tripeomusic.info/jennifer-lopez-feat-pitbull-dance-again-video-oficial-hd/)
 *  [camafive](https://wordpress.org/support/users/camafive/)
 * (@camafive)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382850)
 * It’s now working for me.
 *  Plugin Author [Shashank](https://wordpress.org/support/users/ksbnok/)
 * (@ksbnok)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382853)
 * [@camafive](https://wordpress.org/support/users/camafive/) plz share with the
   community what the problem and the solution in your case
 *  Thread Starter [manueljim](https://wordpress.org/support/users/manueljim/)
 * (@manueljim)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382856)
 * Well, mine isn’t working and I was the OP 😀
 * Any ideas?
 *  [camafive](https://wordpress.org/support/users/camafive/)
 * (@camafive)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382857)
 * No, i didn’t do anything, the thing was that i made some comments to try it but
   i didn’t receive any e-mails, but when other people made comments i receive the
   e-mails. so my only problem was patience.
 *  Plugin Author [Shashank](https://wordpress.org/support/users/ksbnok/)
 * (@ksbnok)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382858)
 * [@camafive](https://wordpress.org/support/users/camafive/) hahah that was funny
   but I guess I cant ask @manuelkim to keep patience 🙂 plz tell me ur url man 
   lemme see what I can do..
 * [@camafive](https://wordpress.org/support/users/camafive/) give us 5 star right
   now if it works for you 🙂
 *  Thread Starter [manueljim](https://wordpress.org/support/users/manueljim/)
 * (@manueljim)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382859)
 * well, it was posted 3 days ago, [http://mjimenez.es/blog-kotao/inauguracion-de-buceo-en-ko-tao/](http://mjimenez.es/blog-kotao/inauguracion-de-buceo-en-ko-tao/)
   there are comments from different people, I’m super patient, just saying I opened
   the thread and I’m glad [@camafive](https://wordpress.org/support/users/camafive/)
   got his to work but mine isn’t 🙂
 * Patience means looking into lots of threads and trying solutions before asking
   so let’s keep it cool 😉
 *  Plugin Author [Shashank](https://wordpress.org/support/users/ksbnok/)
 * (@ksbnok)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382860)
 * [@manueljim](https://wordpress.org/support/users/manueljim/) replace
 *     ```
       <script>(function(d, s, id) {
         var js, fjs = d.getElementsByTagName(s)[0];
         if (d.getElementById(id)) return;
         js = d.createElement(s); js.id = id;
         js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1&appId=197417077063767";
         fjs.parentNode.insertBefore(js, fjs);
       }(document, 'script', 'facebook-jssdk'));</script>
       ```
   
 * with this in the footer
 * `<script type='text/javascript' src='http://connect.facebook.net/en_US/all.js'
   ></script>`
 * It should solve your problem
 *  Thread Starter [manueljim](https://wordpress.org/support/users/manueljim/)
 * (@manueljim)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382861)
 * willdo, thanks 😉
 *  Thread Starter [manueljim](https://wordpress.org/support/users/manueljim/)
 * (@manueljim)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382862)
 * That’s code that inserts the plugin I use for the facebook comments, is there
   any plugin you know that works with yours?
 *  [camafive](https://wordpress.org/support/users/camafive/)
 * (@camafive)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382863)
 * Try to insert your Facebook Comments this way
 *     ```
       <div id="fb-root"></div>
       <script>(function(d, s, id) {
         var js, fjs = d.getElementsByTagName(s)[0];
         if (d.getElementById(id)) return;
         js = d.createElement(s); js.id = id;
         js.src = "//connect.facebook.net/es_ES/all.js#xfbml=1&appId=YOUR_APP_ID";
         fjs.parentNode.insertBefore(js, fjs);
       }(document, 'script', 'facebook-jssdk'));</script>
       ```
   
 * That in your footer
 * and this in the file you want your comments
 * `<div class="fb-comments" data-href="<?php the_permalink(); ?>" data-num-posts
   ="5" data-width="620"></div>`
 * That’s the way i have it
 *  Plugin Author [Shashank](https://wordpress.org/support/users/ksbnok/)
 * (@ksbnok)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382864)
 * [@manueljim](https://wordpress.org/support/users/manueljim/) use this plugin 
   [http://wordpress.org/extend/plugins/facebook/](http://wordpress.org/extend/plugins/facebook/)
 * and then
    you can put this code wherever you want your comment to appear
 * `<fb:comments href="<?php echo urlencode(get_permalink($post->ID)); ?>" num_posts
   ="200" width="690"></fb:comments>`
 * if you cant figure it out what I have written contact me personally at [shashank@dodecals.com](https://wordpress.org/support/topic/plugin-not-working-38/shashank@dodecals.com?output_format=md)
 * I will put it manually on your website for free 🙂
 *  Plugin Author [Shashank](https://wordpress.org/support/users/ksbnok/)
 * (@ksbnok)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382865)
 * [@camafive](https://wordpress.org/support/users/camafive/) perfect
 *  Plugin Author [Shashank](https://wordpress.org/support/users/ksbnok/)
 * (@ksbnok)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382866)
 * [@manueljim](https://wordpress.org/support/users/manueljim/) also dont forget
   to chk your spam folder…
 *  Thread Starter [manueljim](https://wordpress.org/support/users/manueljim/)
 * (@manueljim)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/#post-3382867)
 * [@shashank](https://wordpress.org/support/users/shashank/) Mishra Using the integration
   from my theme I get this: [http://mjimenez.es/blog-kotao/inauguracion-de-buceo-en-ko-tao/](http://mjimenez.es/blog-kotao/inauguracion-de-buceo-en-ko-tao/)
 * `Warning: http://invalid.invalid/?php%20echo%20urlencode(get_permalink($post-
   >ID));%20?> is unreachable.`
    Ideas?
 * edit: got the code you sent me to work, getting it tested right now.

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

1 [2](https://wordpress.org/support/topic/plugin-not-working-38/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-not-working-38/page/2/?output_format=md)

The topic ‘Plugin not working’ is closed to new replies.

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

 * 18 replies
 * 3 participants
 * Last reply from: [Shashank](https://wordpress.org/support/users/ksbnok/)
 * Last activity: [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-not-working-38/page/2/#post-3382872)
 * Status: resolved