Hi when i click the tweet button and share my url shows up twice?
here is an example

Here is the code i am using
<a href="https://twitter.com/share" class="twitter-share-button" data-url="<?php echo $currenturltoshow; ?>" data-via="thatmixtape" data-lang="en" data-count="vertical">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div>
can anyone edit the code for me so my url will not show up twice please