Facebook chat

Closed
casaRoyal - Real Estate WordPress Theme casaRoyal - Real Estate WordPress Theme June 17, 2019
Login to reply
Alex Gurghis Support Agent
4 years ago

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

Joao Lopes
4 years ago

Hello,

I removed the facebook plugin, and just insert the code on footer, the error message on the console is gone, but wont work.

Alex Gurghis Support Agent
4 years ago

Hi,

It seams the facebook code is blocked to load, do you use a plugin to add the facebook chat?

https://stackoverflow.com/questions/47736650/refused-to-display-frame-ancestors-https-www-facebook-com

Kind Regards,

Alex

Joao Lopes
4 years ago

Hello, can you help me?

Joao Lopes
4 years ago

Hello, can you help me here?

Joao Lopes
4 years ago

Sorry my bad.

https://findyourhouse-imo.pt/

Alex Gurghis Support Agent
4 years ago

Hi,

I can't access your website. Check the attachment.

Regards,

Alex

Joao Lopes
4 years ago
Alex Gurghis Support Agent
4 years ago

Can you send me the link to you website to take a look?

Joao Lopes
4 years ago

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