I'm getting a javascript error with ShareThis on WordPress 2.5.1. The page loads, but ShareThis never actually shows up. There is a javascript error saying: 'SHARETHIS' is undefined.
I have the options on ShareThis set to No and No, and have inserted the following line into my template where I want it to appear:
<?php if (function_exists('sharethis_button')) { sharethis_button(); } ?>
Does anyone know what's going wrong and what I can do to fix it?
