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
opening tweet intent pop from JS code will send a callback. You need to put your tweet URL in herf of anchor tag
HTML:
twitter share
JavaScript:
$(document).ready(function(){
twttr.events.bind('tweet', function(event) {
console.log(event);
// OR
alert(JSON.stringify(event));
});
});