将用户重定向到 Facebook Canvas 页面上的我的网站
我有一个小问题。 我想在用户访问我的 Facebook 画布页面时将其重定向到我的网站。 就像在friend.ly 中一样。他们将用户重定向到他们的网站,而不是在 Canvas 页面中显示内容。 问题是,当我使用 PHP header 函数时,它在 iframe 中显示网站。我想重定向我的整个页面。
I have a small problem.
I want to redirect a user to my website when he visits my facebook canvas page.
As in friend.ly. They redirect user to their website rather than displaying the content in the Canvas page.
The problem is that when i am using the PHP header function, it is showing the website in the iframe. I would like to redirect the entire page in mine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须使用 javascript 才能到达 iframe 之外(通常称为框架破坏。)
You have to use javascript to reach outside the iframe (commonly referred to as frame busting.)