wordpress - Facebook comment box not displaying -
i have project in wordpress magazine theme. noticed facebook comment box not displaying on single.php page. when viewed through 'view page source' code present space left comment box between article , advertisement.
i checked css display:none or other thing might have caused no solution yet. getting div data-href coming "./" please help.
working sample:
<html xmlns:fb="http://ogp.me/ns/fb#"> <head> <title></title> </head> <body> <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 = "https://connect.facebook.net/en_us/all.js#xfbml=1"; fjs.parentnode.insertbefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> <fb:comments href="http://stackoverflow.com/" numposts="5" colorscheme="light"></fb:comments> </body> </html>
Comments
Post a Comment