hi i have a problem with iFrame, i have to create an application which want to enter any address to text box and the site will load to iFrame, but the problem with some sites like facebook and google, they didn’t load to the iFrame, i use PHP for create this, anyone know how can facebok and gogle load into iFrame with their styles
Share
You can’t do that.
Including another site inside your iframe could be considered an attack (you could modify their ui using JS, or steal clicks or other similar not-so-good things), so they’re protected against it.
Edit
I would suggest you read up on framekillers