How can I add a follow button to my web site without using widgets.js? The loading of this file is inconsistent.
I have done this for share links like this:
<div id="twitter-share">
<a class="share-button" href="https://twitter.com/share?url=MY_URL&via=MY_TWITTER&text=MY_TEXT"
onclick="javascript:window.open(this.href, '', 'menubar=no,toolbar=no,resizable=yes,scrollbars=yes,height=300,width=600');return false;"
target="_blank" alt="Share on Twitter"></a>
</div>