$(document).ready(function() {
  FB.init({
    status : true, // check login status
    cookie : true, // enable cookies to allow the server to access the session
    xfbml  : true  // parse XFBML
  });
  
  // appId  : 'YOUR APP ID',
  FB.XFBML.parse(document.getElementById('fb-like'));

});


