We have all kinds of click events on our pages to figure out how
people are interacting with our page. ie. someone clicks a tab here,
or a like button there, etc.
Since clicks on an iframe can't be accessed, other companies like
Facebook offer a hook into it:
FB.Event.subscribe('edge.create', function(response){
//do tracking ping
})
Does Twitter offer something similar? If not, why not?
--
Twitter developer documentation and resources: https://dev.twitter.com/doc
API updates via Twitter: https://twitter.com/twitterapi
Issues/Enhancements Tracker: https://code.google.com/p/twitter-api/issues/list
Change your membership to this group:
https://groups.google.com/forum/#!forum/twitter-development-talk