Hope you are having a good time. I am creating a website where when users Tweet a wordpress blog entry then they get points on the websites.
So basically, if a user
They've fixed this with the intents function:
https://dev.twitter.com/pages/intents-events
twttr.events.bind('tweet', function(event) { // Do something there });
or for clicking
twttr.events.bind('click', function(event) { var click_type = event.region; });