【发布时间】:2012-03-31 23:08:44
【问题描述】:
我在http://www.hotsear.ch 上有一个 Facebook 点赞按钮,但不会显示已登录的用户,因此不允许用户登录网站以“点赞”该页面。我把它通过皮棉检查器
https://developers.facebook.com/tools/debug/og/object?q=http%3A%2F%2Fwww.hotsear.ch
当我尝试登录时,它接受登录但退出弹出窗口并且没有任何变化。有任何想法吗?为了便于使用,这是我现在正在使用的代码。
<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!-->
【问题讨论】:
-
另外你必须在 Firefox 中查看网站...它仍在建设中:x
标签: html facebook iframe facebook-opengraph