Is there a better way to integrate the facebook like box in an iphone jQTouch mobile site than using the iframe code? Ie:
<div id="facebook">
<div class="toolbar">
<h1 class='logo'>My site</h1>
<a class="back" href="#">Back</a>
</div>
<div class="facebook">
<iframe src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%pagename&width=320&colorscheme=dark&connections=10&stream=true&header=true&height=587" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:320px; height:587px;" allowTransparency="true"></iframe>
</div>
</div>
The iframe on the iPhone also doesn't know you are logged in through your facebook iphone app. Is there any way to integrate that?
thanks