@mattbug -- it looks like the issue was that you were running some bad JS on your page that killed things before the Like button got enabled.
You had been calling
jQuery(document).ready(function() { jQuery('.fp-slides').cycle({
but it was kicking an error:
Uncaught TypeError: Object [object Object] has no method 'cycle'