I am trying to set custom URL in addthis:url parameter and sent to twitter.But it does not update the current URL.Always it shows the old URL which one was initially generated.
Below the code can be changed in JQuery.
var tweet_button = document.getElementById('tweetShare');
tweet_button.setAttribute('tw:url', shareuriLink);
addthis.toolbox("#share", addthis_config, addthis_share);
Plese let me know the exact code for the Senario.