【发布时间】:2011-12-23 07:56:03
【问题描述】:
我已经使用 iframe 代码实现了类似 fb 的按钮
当我点击喜欢按钮时,它会增加当前页面上的计数,但不会计数它所针对的 fb 帐户
& 当有人喜欢它时,会自动在喜欢它的人的个人资料上添加一些 cmets。如何改变它
谢谢
我的代码是这样的
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
<title>IE Guild Technologies</title>
<meta property="og:title" content="IE Guild" />
<meta property="og:type" content="company" />
<meta property="og:url" content="http://www.ieguild.in" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="IE Guild Technologies" />
<meta property="fb:app_id" content="236267259748081" />
&iframe 代码
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fieguild.in&send=false&layout=button_count&width=50&show_faces=false&action=like&colorscheme=light&font&height=21"
scrolling="no" frameborder="0" style="border: none; overflow: hidden; width: 100px;
height: 21px; background-color: Transparent;"></iframe>
【问题讨论】:
-
在此处添加代码,以便我们找到错误。