I put a twitter button on my website to allow people to easily tweet pages.
The weird thing is the button says "Tweeten". Is this a language thing? I'm set to English NA on my computer. I'd like it to say "Tweet".
Here's an example: http://www.trainerroad.com/cycling/rides/41452
Here's the script/HTML on the page:
<a href="https://twitter.com/share" class="twitter-share-button" data-count="none">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>