0

I am using wix.com to make sites,I was making a site for a company and i tried to embbed a the facebook page html of that company into one of the site pages but it doesnt fully load!it stops after viewing the n.o of likes.

I tried to embbed the website directly but the Facebook page doesnt load at all! so I thought of copying the code and adding it in the wix site

Here is a screen shot enter image description here

Bob Arnson
  • 21,377
  • 2
  • 40
  • 47
Mahmoud Ragab
  • 67
  • 2
  • 15

1 Answers1

0

The contents are dynamically loaded by using ajax requests to facebook's server.
You copied the code and added it to your site. But since your domain name is different, facebook will prevent Cross Origin Requests and so you will get a 405 Error and the content will not be provided to you. That is the problem there.

Sagar V
  • 12,158
  • 7
  • 41
  • 68