Is it possible to pass some variables to the called function,
it tried it like this but failed
<script type="text/javascript">
twttr.ready(function (twttr) {
twttr.events.bind('tweet', twitnshare('tws_likings', '<?php echo $sess_uid;?>', href));
});</script>
If its not possible, whats the way out.
Question answered in place on our dev forums:
https://dev.twitter.com/discussions/671