Facebook like box not working on mobile browser
Posted
by Kelend
on Stack Overflow
See other posts from Stack Overflow
or by Kelend
Published on 2010-05-12T03:12:39Z
Indexed on
2010/05/12
3:24 UTC
Read the original article
Hit count: 205
I'm writing a simple splash page for a client to hold a like box widget:
<iframe src="http://www.facebook.com/plugins/likebox.php?id=***********&width=238&connections=4&stream=false&header=false&height=200" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:238px; height:200px;" allowTransparency="true"></iframe>
The page displays fine, with the like box, but when you click on the like it depresses without prompting the user to logon and does not update facebook. This behavior seems to be on mobile browsers only. On desktop browsers (ie8, firefox, safari) it works just fine.
Anyone had this happen, and if so what was their solution?
© Stack Overflow or respective owner