I make a popular wordpress plugin that uses the Tweet button, a lot of my users are recently complaining that the actually Tweet button is not showing up and that it is just a link.
After checking some of their sites out I have found that they are simply not being rendered by the API (widgets.js) do to the way WordPress is loading the API.
If there any function that can be run that will parse Tweet buttons? For example with FB you can run FB.XFBML.parse(); to parse all the like buttons on a page to make sure they are showing properly. Does Twitter have an equal counterpart?