FB event subscribe
Posted: 29 Mar 2011, 05:32
Hi,
I am using Phoca comments module as a plugin (with loadposition) and I also want to implement fb.event subscription which will notify me when users add comments on my articles.
As I saw on the Facebook developer site, all I have to do is to copy this:
FB.Event.subscribe('comment.create', function(response) {
alert(response.commentID);
});
};
but I don't know where to copy that and will it work with this module if I do it properly?
Anyone?
I am using Phoca comments module as a plugin (with loadposition) and I also want to implement fb.event subscription which will notify me when users add comments on my articles.
As I saw on the Facebook developer site, all I have to do is to copy this:
FB.Event.subscribe('comment.create', function(response) {
alert(response.commentID);
});
};
but I don't know where to copy that and will it work with this module if I do it properly?
Anyone?