替代<fb:redirect url =“http://www.mywebsite.com/”> </fb:redirect>

时间:2012-02-09 06:30:41

标签: facebook facebook-iframe facebook-apps facebook-canvas

我的应用是我的网站,所以我过去常常将此代码放入我的画布页面,以便将用户重定向到我的网站:

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

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

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

1 个答案:

答案 0 :(得分:1)

没错。您只能进行top.location,因为您在iframe中。点击此处:Redirect from Facebook canvas page to website