Click here to Skip to main content
15,888,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
Using the fb:comments I am getting the following error:
Example : Warning: http://www.goodnewstab.com/article/HealthTechnolgy/Health/Cuts-That-Save-A-Millon-Hearts is unreachable.

What i am doing:
URL rewriting using .net 4.0
I have included the folling code base
<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" xmlns:fb="#unknown"></fb:comments>

</body>

can any body help me?
Posted
Updated 11-Dec-12 1:17am
v3
Comments
bbirajdar 12-Dec-12 10:08am    
Does it work if you disable URL rewriting ?

1 solution

 
Share this answer
 
Comments
Jibesh 30-Jan-13 17:04pm    
This is not an answer. delete this solution otherwise you will be reported for Abuse.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900