Loading Iframe Facebook (Load denied by X-Frame-Options)

家住魔仙堡 提交于 2019-11-27 21:55:27

I got the same issue, and it got fixed, when i used target="_top" for the link , and it is now working perfectly.

Thank you

This has been reported here : http://developers.facebook.com/bugs/531093333589159?browse=search_51217726097663989102940

I believe there is not much we can do but wait for a fix. Have the same issue with the "FB Share" plugin.

Hemanta Nandi

Use this line given below instead of header() function.

echo "<script>window.top.location = 'https://apps.facebook.com/yourappnamespace/';</script>";
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!