I try to get a notification when a user comments on the use of a social plugin. The code is as follows:
<fb:comments href='someurl' width='400'></fb:comments> FB.Event.subscribe('comment.create', function(response) { alert(response); }
Simple but it does not work. Someone got some possible errors? From my online research, it seems that the notification has no real consistency. Sometimes it works, sometimes it doesnβt.
source share