I'd like to populate the "data-text" attribute in Twitter's Tweet button with content from a DIV on my page:
<a href="http://twitter.com/share" class="twitter-share-button" data-text="">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<div id="populateText">
<p>Content from here to populate "data-text"</p>
</div>
Any ideas?