Hello,
I cant put the facebook chat for custumer working on the web site.
i already put the code on the footer but doesnt work.
<script>
window.fbAsyncInit = function() {
FB.init({
appId : '735243603333999',
autoLogAppEvents : true,
xfbml : true,
version : 'v2.11'
});
};
(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 = "https://connect.facebook.net/pt_PT/sdk.js";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
jQuery('body').append('<div class="fb-customerchat" page_id="400723800691459" logged_in_greeting="Bem Vindo à FindYourHouse, Imobiliária em Torres Novas, em que pudemos ajudar?" logged_out_greeting="Bem Vindo à FindYourHouse, Imobiliária em Torres Novas, em que pudemos ajudar?" minimized="false"></div>');
</script>
Best Regards
Hi Joao,
This as nothing to do with our theme and you should contact facebook dev support. Also, maybe this will help: https://stackoverflow.com/questions/15669167/failed-to-load-resource-using-facebooks-example-code
Kind Regards,
Alex