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?
FB event subscribe
-
- Phoca Newbie
- Posts: 5
- Joined: 09 Mar 2011, 03:08
- Contact:
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: FB event subscribe
Hi, I have no experiences with the event feature
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 09 Mar 2011, 03:08
- Contact:
Re: FB event subscribe
Thanks.