Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i want to include facebook comment box in facebook application built in asp.net i have already tried facebook comment plugin but somehow it does not work and gives all.jss errors can anyone suggest working sample for example my current one looks like.

<html xmlns:fb="http://www.facebook.com/2008/fbml">
<head runat="server">
    <title></title>
    <%--  <script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"
        type="text/javascript" />--%>
    <%--    <script type="text/javascript">
        FB.init("163659850382295", "xdreciever.htm");
    </script>--%>
</head>
<body>
    <form id="form1" runat="server">
    <div id="fb-root">
    </div>
    <div class="fb-comments" data-href="http://aspspider.ws/prashantkurlekar/likeTest.aspx"
        data-num-posts="10" data-width="500">
    </div>
    </form>
</body>
</html>
share|improve this question
What JavaScript error messages are you receiving? – Martey Sep 28 '11 at 6:42
i recieve script error all.js thats all in ie bottom right !Error on page – Mandar Jogalekar Sep 28 '11 at 6:53

1 Answer

up vote 0 down vote accepted

It looks like you are using the original Comments box, which has been replaced by a newer version. I would view the current documentation and see if the errors disappear.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.