I just published a new post on my blog wherein the "Tweetmeme" plugin is installed, but it is not working. It is just saying Fail on the button. Is tweetmeme button working on your site correctly?
that is probably because tweetmeme was unable to guess your post url.. so use something like this <script type="text/javascript"> tweetmeme_url = '<?php the_permalink(); ?>'; </script> <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"> </script> Code (markup): so that the current post url is passed to the script.. hope this helps.. oh just now i noticed that you installed some plugin for that.. this code can go into your template and replace the need of a plugin.