English 中文(简体)
如同 but子一样,没有显示评论箱
原标题:Like button of facebook not showing comment box

The problem is when you click the button, the comment box is not displayed, but the LIKE works normal, appear on my profile。 It works fine sometimes but most of the times the comment box is not displayed。 Please let me know if i am doing anything wrong

这是我在下台主页上写的文字。

<div id="fb-root"></div>
<script>
  (function(d, s, id) {。
    var js, fjs = d。getElementsByTagName(s)[0];。
    if (d。getElementById(id)) return;。
    js = d。createElement(s); js。id = id;。
    js。src = "//connect。facebook。net/en_US/all。js#xfbml=1&appId=292455817458061";。
    fjs。parentNode。insertBefore(js, fjs);。
  }(document,  script ,  facebook-jssdk ));
</script>

and this is the code which I have written in my aspx page。

<div class="fb-like" data-href="http://www。facebook。com/IT。FinishingSchool" data-send="false" data-width="450" data-show-faces="true"></div>

please let me know if I am doing anything wrong。

问题回答

页: 1 不是公开的。 因此,根据真实可笑的脸书,没有什么东西。 因此,你们都会这样做。

对于在使用机体选择时存在相同问题的人:

而是使用<条码>XFBML版本,为我工作!

页: 1 载于http://developers.facebook.com/docs/fer/plugins/ similar/“rel=“nofollow”> 链接





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Transaction handling with TransactionScope

I am implementing Transaction using TransactionScope with the help this MSDN article http://msdn.microsoft.com/en-us/library/system.transactions.transactionscope.aspx I just want to confirm that is ...

System.Web.Mvc.Controller Initialize

i have the following base controller... public class BaseController : Controller { protected override void Initialize(System.Web.Routing.RequestContext requestContext) { if (...

Microsoft.Contracts namespace

For what it is necessary Microsoft.Contracts namespace in asp.net? I mean, in what cases I could write using Microsoft.Contracts;?

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签