Hi guys
I have been wanting to add the FB comments option to the end of my Easyblog posts. Clients seem to prefer putting in comments in format they are familiar with - ie regular FB comments.
Have tried adding via a 'Block' <html> but the block doesn't seem to want to except code - Options of code tried are;
<div class="fb-comments" data-href="
http://www.aapeducation.com.au/free-stuff/2012-05-28-18-59-02/survive-thrive-in-private-practice.html" data-width="338" data-numposts="10"></div>
and
<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/en_US/sdk.js#xfbml=1&version=v2.5&appId=742421855868542";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
Your suggestions are much appreciated