php - facebook iframe application redirect -
i have made iframe style facebook application uses php , javascript (jquery). when browser looking @ canvas page how redirect browser window url?
thanks
you need reference window 'top'
window.top.location.href="your link here"; that ensure break out of iframes.
Comments
Post a Comment