Hi, is it possible to detect from parent window click on follow button in pop-up window? I think yes, because button became grey, but i don’t know how. Thanks in advance.
Hi Ethan, you can use Web Intent Events for this.
twttr.ready(function (t) { t.events.bind("follow", function (e) { "Follow Occurred"; }); });