Reputation: 2151
I have a facebook like button on http://www.hotsear.ch, but will not show a user logged in and consequently will not allow the user to log into the website to "like" the page. I put it through the lint checker
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.hotsear.ch
When I try to log in it accepts the log in but exits out of the popup and nothing changes. Any ideas? for ease of use this is the code I am using right now.
<meta property="og:title" content="A Hot Google Search Engine" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://www.hotsear.ch"/>
<meta property="og:image" content="http://www.hotsear.ch/images/hotsearch.png" />
<meta property="og:site_name" content="HotSearch" />
<meta property="og:description" content="A google based Search engine with a sizzle." />
<meta property="fb:admins" content="648036240" />
<!--Facebook Code!-->
<div class="facebookposition">
<iframe src="http://www.facebook.com/plugins/like.php?href=www.hotsear.ch&send=false&layout=standard&width=450&show_faces=false&action=like&colorscheme=light&font=tahoma&height=35" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:250px; height:35px;"></iframe> </div>
<!--Facebook Code End!-->
Upvotes: 0
Views: 364