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.
Web intent response
ethan__76
#1
benward
#2
Hi Ethan, you can use Web Intent Events for this.
twttr.ready(function (t) {
t.events.bind("follow", function (e) { "Follow Occurred"; });
});