I have a twitter share button and a facebook share button on my blog page. The twitter counter always shows, but facebook only shows when you publish something, and then leaves when the page refreshes and does not appear again until something is published. I want him to show all the time in order to adhere to the conjuncture of design.
<div id="share_stuff">
<div class="share_buttons">
<a name="fb_share" type="box_count" href="http://www.facebook.com/sharer.php">Share</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script>
</div>
<div class="share_buttons">
<script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>
</div>
</div>
source
share