Facebook Like Box on iPhone with jQTouch -
is there better way integrate facebook box in iphone jqtouch mobile site using 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 iphone doesn't know logged in through facebook iphone app. there way integrate that?
thanks
i pretty sure there no way website can credentials facebook app. if makes sense site, might have support facebook connect. if buttons content , site has nothing facebook, think best can do.
Comments
Post a Comment