Tweetmeme button not showing?
Have you made a change to your blog and suddenly find your Tweetmeme button not showing up?
Before you start pulling your hair out, check your theme. Changes to the Tweetmeme button uses a hook in the footer and older themes may not use it.
It’s a simple fix though.
Open your footer.php file and add this line:
php wp_footer();
You’ll need the PHP open and closing tags. This line goes before the last /body tag.
This is how it should look: