>" />

替代 >

发布于 2025-01-04 15:04:01 字数 335 浏览 1 评论 0 原文

我的应用程序是我的网站,所以我曾经将此代码放在我的画布页面中,以便将我的用户重定向到我的网站:

<fb:redirect url="http://www.mywebsite.com/" />

但由于 fbml 已被弃用并且很快将不再受支持,我需要使用另一种方法来重定向我的用户..以下代码是我能做的最好的还是还有其他方法?

<script type='text/javascript'>top.location.href = 'http://www.mywebsite.com/';</script>

My app is my website so I used to put this code in my canvas page so I redirect my users to my website :

<fb:redirect url="http://www.mywebsite.com/" />

but since fbml has been deprecated and will not be supported anymore soon I need to use another method to redirect my users .. is the following code the best I can do or there is another way?

<script type='text/javascript'>top.location.href = 'http://www.mywebsite.com/';</script>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

故事与诗 2025-01-11 15:04:01

这是正确的。由于您位于 iframe 内,因此您只能执行 top.location 操作。在此处查看更多信息:从 Facebook 画布页面重定向到网站

That's right. You can only do a top.location since you are inside an iframe. See more here: Redirect from Facebook canvas page to website

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文