Tweet button doesn’t show on my site in FF 10.0.02.
I call it in the post-meta.php part of my site using:
<?php if (function_exists('stc_tweetbutton')) echo stc_tweetbutton();?>
and it shows fine in Chrome and IE.
any ideas why it doesn’t show in FF?
nvm: AdBlock was blocking it.