episod
2
The event listeners will not function without you letting our own Javascript open the windows for you.
Thanks for the reply! However, could you please explain a little more? I don’t quite understand what you mean.
episod
4
Our Javascript that captures the events in the popup just cannot be made aware of those events happening without having opened the window itself – web intents are meant to work whether you want to use our javascript or not, but web intents javascript events require that you use our javascript to control the opening of the windows.
Thanks! Could you please refer me to some documentation on how I’d use your Javascript to generate the pop-up?
Taylor, did you see my reply? Sorry for the bump.
episod
7
If you implement the Tweet Button, Follow Button, or any of the web intents and include our Javascript. When the page loads, our javascript will look for elements like this and automatically add pop-up capabilities when clicked. Within the pop-ups, when the triggerable events happen any callbacks you register will be executed.
In this example, just including the Javascript and building these simple links create pop-ups on on a HTTP or HTTPS connection (and https: to the javascript src there if you’re loading from the filesystem directly).
Reply
Retweet
Favorite
Thanks for getting back to me. What if the button is triggered via Flash? I wouldn’t be able to use an
link in that case.
episod
9
You probably wouldn’t be able to utilize the intent events in that case.
Is any solution has been added to the API for the flash to get the callback of event?