sto usando lo stesso codice fornito nella console hereFacebook SDK non carica ... all.js GET non aver
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
console.log('got here');
FB.init({
appId : '197112467099018', // App ID
channelUrl : '//WWW.MYDOMAIN.COM/channel.html', // Channel File
status : true, // check login status
cookie : true, // enable cookies to allow the server to access the session
xfbml : true // parse XFBML
});
// Additional initialization code here
};
// Load the SDK Asynchronously
(function(d){
var js, id = 'facebook-jssdk', ref = d.getElementsByTagName('script')[0];
if (d.getElementById(id)) {return;}
js = d.createElement('script'); js.id = id; js.async = true;
js.src = "//connect.facebook.net/en_US/all.js";
ref.parentNode.insertBefore(js, ref);
}(document));
</script>
di Chrome mi sta dicendo lo script non è stato caricato (GET non) con 2 errori che vengono etichettati (funzione anonima)
le linee cui punta come gli errori sono:
ref.parentNode.insertBefore(js, ref);
}(document));
qualcuno può aiutarmi a capire cosa è sbagliato con queste righe?
Per me, era AdBlock Plus – Narayana
mi sono fermato la navigazione privata in sicurezza di internet kaspersky risolto il mio problema –