The tweetmeme button worked great right away on my home page, but it wasn't showing up on the single posts (the permalinks).
I don't want to use the 'manual' setting, b/c I want to have it everywhere, in the feed etc.
The easy solution was to edit single.php in my theme's folder by adding this line:
<?php echo tm_generate_button();?>
In my case I added it at right at the start of each post like so:
<div class="entry-content entry">
<?php echo tm_generate_button();?>
It's working fine now, but I would have thought there would be a way to set this option within the tweetmeme settings or in the plugin editor?
Any ideas?
[signature moderated Please read the Forum Rules]