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>
Its because your html language is set to
nl(i.e. Dutch).See the first line of your markup.
Either change that to
en(English) i.e.or you can force twitter to display English (i.e. Twitter) by,
See the attribute
data-lang