My Page Tab tells people to Like the page using the Like Button next to the title of the Page (directly above the iframe).
How do I subscribe to that event being clicked?
Javascript within the Page Tab does not work:
FB.Event.subscribe('edge.create',
function(response) {
alert('clicked like button');
}
);
Thanks!
EDIT: For now, I’m going with “you can’t do it” as the answer…
edge.createis to be used with the Facebook Like Plugin. It won’t fire when the like button next to the page name is clicked.The page will get reloaded once the button is clicked.