Same problem here, please help us
example link
@camafive plz share with the community what the problem and the solution in your case
Well, mine isn’t working and I was the OP 😀
Any ideas?
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.
@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 give us 5 star right now if it works for you 🙂
well, it was posted 3 days ago, 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 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 😉
@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
That’s code that inserts the plugin I use for the facebook comments, is there any plugin you know that works with yours?
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
@manueljim use this plugin http://ww.wp.xz.cn/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 [email protected]
I will put it manually on your website for free 🙂
@manueljim also dont forget to chk your spam folder…
@shashank Mishra Using the integration from my theme I get this: 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.