I have the following code:
<a href="http://twitter.com/share" class="twitter-share-button" data-text="Text text text" data-count="none">
Tweet
</a>
<script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
It adds to the text shortened url to the page on which the button was clicked. How can I disable auto adding url? Thanks.
The point of the twitter share button is to share the site you are on.
You can override it with the data-url attribute.