I can't seem to get moderation working. Please could someone advise where I'm going wrong. I've read quite a few how-to's etc and I can't get it working. I don't think I can see the wood for the tree's!
Under <head>
<html xmlns:og="http://ogp.me/ns#">
<html xmlns:fb="http://www.facebook.com/2008/fbml">
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '246253132114045',
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
};
(function() {
var e = document.createElement('script');
e.src = document.location.protocol + '//connect.facebook.net/en_US/all.js';
e.async = true;
document.getElementById('fb-root').appendChild(e);
}());
</script>
<meta property="og:title" content="Sutton Poker News"/>
<meta property="og:site_name" content="Sutton Poker"/>
Then in the <body>
<fb:comments href="http://paulpitchford.co.uk/suttonpoker/news.asp?ID=<% =news_id %>" num_posts="5"></fb:comments>
</p></center>
I'd really appreciate it if someone could point me in the right direction.
Kind Regards, Paul.