Tweet Intent callback function not firing…
wrapping the code with in the following code disables the normal tweet button…
twttr.ready(function (twttr) { });
and the basic thing that firing the callback function doesn’t happen ever…
i ma trying the codes like this
twttr.ready(function (twttr) {
twttr.events.bind('tweet', twitnshare('tws_likings', '<?php echo $sess_uid;?>', href));
});