As I understand the Twitter Javascript API renders all buttons with "twitter-share-button" class as Twitter buttons when the page is rendered. The url that will be included in the tweet is defined in the "data-url" attribute of the button.
When the page is rendered the element is replaced with an from Twitter.
Is there any possibility to dynamically set the URL to be included in the tweet?
I understand that with jQuery you could load the script dymacially etc to make the twitter script render the button at a later stage. But isn't setting a dynamic URL something normal that many people would like to be able to do?