I am making an App for a Facebook page using PHP on HerokuFor some reason Facebook seems to block any external links with standard HTML function So I created the links using Javascript\[code\]<script>var str="mywebsite.com";document.write(str.link("http://mywebsite.com"));</script>\[/code\]It works in the Facebook Iframe, is there anyway to make it open in a new window / tab? using the _top attribute (or similar)?Thanks,MME