In Look & Feel-> Manage Skin Sets & Templates-> your skin and then go to globalTemplate.
Replace this:
Code:
<if test="$this->settings['showFacebook']=='yes'"><a href="{$this->settings['facebookURL']}" title="Visit us on Facebook" class='facebookButton'>Facebook</a></if>
with this (ID without the brackets):
Code:
<if test="$this->settings['showFacebook']=='yes'"> <script> function showCount(count){ if(count) document.getElementById('fb_fan_count').innerHTML = + count[0].fan_count; } </script> <a href="{$this->settings['facebookURL']}" title="Visit us on Facebook" class='facebookButton' target='_blank'>Facebook: <span id="fb_fan_count"></span></a>