Enjoy button does not load content

1

I have the Facebook button on the site, but when I enter the page and click on enjoy the content is blank. If you refresh the page the content appears.

follow the code:

Script

(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/pt_BR/all.js#xfbml=1&appId=xxxxxx";
  fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
    
asked by anonymous 10.02.2015 / 13:57

0 answers