-1

I am not able to open link inside iframe. If I open w3schools.com it works fine. but for google, facebook it not able to see it in iframe.

<!DOCTYPE html>
    <html>
    <body>
    <iframe src="http://www.facebook.com" height="800px">
      <p>Your browser does not support iframes.</p>
    </iframe>
    </body>
    </html>
user2826111
  • 152
  • 1
  • 2
  • 13

1 Answers1

-1

Facebook have been blocked every possiblity to use iFrame tag in the website.
If you are trying to add facebook like button or any facebook "Gadgets" you might go into facebook developer where you can generate those codes.

Related

Community
  • 1
  • 1
Yotam
  • 350
  • 2
  • 14