Ty,
I'm unsure why that's happening. We've had one other report of this and are investigating. On your site, I do see that you have a separate inclusion of the very, very old Facebook Javascript library. It's very possible that that inclusion is causing a conflict as it's known to cause conflicts with other Facebook features.
The code is:
<!-- Facebook Button -->
<div class="itemFacebookButton">
<div id="fb-root"></div>
<script type="text/javascript">
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-like" data-send="false" data-width="200" data-show-faces="true"></div>
</div>I believe that's coming from K2, and I'd recommend it as the all.js Javascript has been discontinued and not recommended to be used by Facebook for more than 3 years now.
If I reload your page repeatedly, it does load sometimes. That's a good indicator that the 'other' Javascript file is sometimes loading first, causing the conflict.
subservious,
If you can post a URL for us to look at, we'll gladly investigate. Also, please post from the account you subscribed to JFBConnect from. Priority support is for subscribers only.
Thanks,
Alex