gpt4 book ai didi

javascript - JS FB :Wall not working

转载 作者:行者123 更新时间:2023-11-30 18:37:54 24 4
gpt4 key购买 nike

我正在尝试使用以下插件在我的 .net 驱动的网站上集成 facebook 墙。 http://www.neosmart.de/social-media/facebook-wall

我尝试了以下方法,但似乎没有任何效果,所有脚本都在正确的位置,我似乎找不到问题。

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="facebook.aspx.cs" Inherits="facebook" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Facebook</title>

<script type="text/javascript" src="_includes/js/jquery-1.6.1.min.js"></script>
<link href="_includes/css/jquery.neosmart.fb.wall.css" rel="stylesheet" type="text/css" />
<script src="_includes/js/jquery.neosmart.fb.wall.js" type="text/javascript"></script>

<script type="text/javascript">
$('#live-demo').fbWall({
id: '165674747098261',
accessToken: '206158599425293|7809823973348bcf8cd72f6d.1-100000465435225|BW9n2eoyL7EYvJs7GEmv61NbBFk',
showGuestEntries: true,
showComments: true,
max: 5,
timeConversion: 24
});


</script>

</head>
<body>
<p>hello</p>
<div id="live-demo"></div>
</body>
</html>

最佳答案

您可以使用 $(document).ready(function(){//your FB.wall code//}); 这是 DOM-thing使代码在页面准备就绪时运行。

关于javascript - JS FB :Wall not working,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7728459/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com