Trying to implement a FB like box iframe in my website gulbrand.net.
Following code is used:
<iframe src="http://www.facebook.com/plugins/likebox.php?href=
http%3A%2F%2Fwww.facebook.com%2Fgulbrandnet&width=500&height=1000&
colorscheme=light&show_faces=false&border_color&stream=true&
header=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden;
width:500px; height:1000px;" allowTransparency="true"></iframe>
It appears allright on my testsite. A link to the gulbrand.net FB page with a like button. And posts from the FB page.
But: When pressing the like button a new browser window (IE) for login in to FB is opened. I am already logged into FB and would expect that I liked the FB page automatically (and maybe that the count of likes would increase with 1). When I put in my password in the login panel just a new blank page is opened. And I have not "liked" the FB page.
Anything I do wrong? Solutions?