문제

Can I know with PHP that the Facebook LIKE Button is pressed? At the same time when the LIKE Button is pressed, I'd like to run the PHP code.

도움이 되었습니까?

해결책

You'd need to use FB.Event.subscribe for the (rather absurdly named) edge.create event to fire an AJAX call to your server.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top