开发者

facebook comment plugin asp.net

开发者 https://www.devze.com 2023-04-09 03:10 出处:网络
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 wo

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>


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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号