I want to open facebook page inside iframe but its not supporting that .Right now i am opening it inside a window but want to open it inside a frame.so is there any othere way to do that.
Thanks,
|
I want to open facebook page inside iframe but its not supporting that .Right now i am opening it inside a window but want to open it inside a frame.so is there any othere way to do that. Thanks, |
|||
|
|
Are you talking about a facebook page within your own website? If so;
If not could you provide more information. Update See below comment. It seems Facebook blocks it's pages from being includes in iframes. |
|||||||||||||||
|
|
Facebook, as most serious sites explicitly disallow this in order to prevent clickjacking. One of the ways Facebook do this is by sending the 'X-frame-options:deny' header, which instructs your browser to not display the page inside an iframe. |
|||
|
|