JLP2073
03-14-2012, 03:50 PM
I have defined a Facebook Application Id and comments are showing up in the Comment Moderation Tool. Still we have to go there to see if a comment was posted or not because I haven't found the way to automate the notification yet.
The comment box is set up that way
In the header
<meta property="fb:app_id" content="my_app_idd"/><meta property="fb:admins" content="101xxxxxx"/>
Before the fb comment
<script>
window.fbAsyncInit = function() {
FB.init({ appId: '338850122832287',
status: true,
cookie: true,
xfbml: true});
FB.Event.subscribe('comment.create',
function(response) {
}
);
};
</script>
And the box
<fb:comments notify="true" href="http://www.xxxxx111.cl/xxxxxxx-50.aspx" num_posts="5" width="730">
What am I missing to get, somehow, notified when a comment is posted ?
The comment box is set up that way
In the header
<meta property="fb:app_id" content="my_app_idd"/><meta property="fb:admins" content="101xxxxxx"/>
Before the fb comment
<script>
window.fbAsyncInit = function() {
FB.init({ appId: '338850122832287',
status: true,
cookie: true,
xfbml: true});
FB.Event.subscribe('comment.create',
function(response) {
}
);
};
</script>
And the box
<fb:comments notify="true" href="http://www.xxxxx111.cl/xxxxxxx-50.aspx" num_posts="5" width="730">
What am I missing to get, somehow, notified when a comment is posted ?