2012-12-11 46 views
0

使用FB:評論我收到以下錯誤: 例子:Warning: http://www.goodnewstab.com/article/HealthTechnolgy/Health/Cuts-That-Save-A-Millon-Hearts is unreachable.誤差在asp.net Facebook的評論 - (URL Rewritng)

我在做什麼:使用.NET

URL重寫4.0

我已經包括folling代碼庫

<html xmlns="http://www.w3.org/1999/xhtml" 
     xmlns:og="http://ogp.me/ns#" 
     xmlns:fb="https://www.facebook.com/2008/fbml"> 
<head> 
<meta property="fb:app_id" content="358301920913978" /> 
<meta property="og:type" content="article" /> 
<meta property="og:site_name" content="The Good News Tab" /> 
<meta property="og:url" content="http://www.goodnewstab.com/article/HealthTechnolgy/Health/Cuts-That-Save-A-Millon-Hearts/" /> 
<meta property="og:title" content="Cuts That Save A Millon Hearts" /> 
<meta property="og:description" content="Cuts That Save A Millon Hearts" /> 

    <!-- FACEBOOK JAVASCRIPT--> 
    <script type="text/javascript"> 
     (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="; 
       js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=358301920913978"; 
      fjs.parentNode.insertBefore(js, fjs); 
     } (document, 'script', 'facebook-jssdk'));</script> 

    <!-- ================= --> 

</head> 
<body> 
<fb:comments href='http://www.goodnewstab.com/article/HealthTechnolgy/Health/Cuts-That-Save-A-Millon-Hearts' num_posts='10' width='570'></fb:comments> 
</body> 

回答

0
+0

請讓我知道如何解決this.i上午繼電器困惑。 –

+0

我們不能查看你的服務器 - 你唯一能找出它爲什麼做的是_you_。 – CBroe