( uid_16040 | 2013. 03. 05., k – 00:53 )

Hali,

FB egy iframet pakol be abba nem fogsz tudni belenyulni semmivel csak a sajat API-ukkal.

Elso korben itt neznek szet: https://developers.facebook.com/docs/reference/plugins/like/

How do I know when a user clicks a Like button?

If you are using the XFBML version of the button, you can subscribe to the 'edge.create' event through FB.Event.subscribe.

FB.Event.subscribe('edge.create',
function(response) {
alert('You liked the URL: ' + response);
}
);

Ezt mar tudod tarolni vhol, es vagy on the fly csereled a gomb data-href tagjat vagy ujrahivod az oldalt.

Hirtelen ezt talaltam, de lehet ennek okosabb megoldas is.

---
A Life? Cool! Where can I download one of those from?