且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

将Facebook加载到iframe中

更新时间:2023-12-02 18:07:52

If you use Firebug or Google Chrome's developer console, you can see the following error

Refused to display document because display forbidden by X-Frame-Options.


X-Frame-Options

DENY
The page cannot be displayed in a frame, regardless of the site attempting to do so.

SAMEORIGIN
The page can only be displayed in a frame on the same origin as the page itself.

Here is another related *** question Overcoming "Display forbidden by X-Frame-Options"