From what i can tell the only way you can get any kind of callback functionality from tweets is to use “intents”. If you use the out of the box button creation there’s no callback capabilities. If you use the “intents” approach you have to create your own custom button…which means you don’t get the count (number of tweets).
intent click event binding
twttr.events.bind(‘click’, function(event) {alert(‘twitter click’);});
my question: is it true you there’s no callback functionality for the out of the box tweet buttons?
my next question: when is this functionality going to be added?