My Tweet button but does not appear correctly on my Tumblr blog when I have endless scroll enabled and the Tweet button is done via Javascript.
Every post on Page 1 is fine but when a post gets pushed to page 2 it no longer shows the Tweet button.
When I switch to iFrame it works fine.
<a href="https://twitter.com/share" class="twitter-share-button" data-url="{ShortURL}" data-counturl="{Permalink}" data-count="horizontal"
data-text="check this out:" data-via="FOKUS" data-related="FOKUS" data-hashtags="fokus" data-lang="en">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>