Javascript 为什么twitter插件(widget)没有出现?

Javascript 为什么twitter插件(widget)没有出现?,javascript,jquery,twitter-bootstrap,twitter,Javascript,Jquery,Twitter Bootstrap,Twitter,如果您查看我的网站www.tripleflowmusic.com,加载页面后,其他带有twitter插件的HTML文档将在以下代码jQuery的帮助下加载到Updates.HTML容器中: $(document).ready(function() { $("#subpageframe").load('Pages/Updates.html', function(){ $("#subpageframe").fadeIn(200); 但当我单击News按钮时,它基本上会在容器

如果您查看我的网站www.tripleflowmusic.com,加载页面后,其他带有twitter插件的HTML文档将在以下代码jQuery的帮助下加载到Updates.HTML容器中:

$(document).ready(function() {
    $("#subpageframe").load('Pages/Updates.html', function(){
        $("#subpageframe").fadeIn(200);
但当我单击News按钮时,它基本上会在容器中重新加载Updates.html:

$("#UpdatesButton").click(function() {
    $("#subpageframe").fadeOut(200, function() {
        $("#subpageframe").load('Pages/Updates.html', function(){
            $("#subpageframe").fadeIn(200);
twitter插件不会显示

问题是,为什么会发生这种情况


另外,要访问子页面,只需从地址栏中的URL中删除即可

对我来说,Safari和Chrome上的OS X都很好,你能更具体地说明你使用的浏览器和操作系统吗

当我们进行此操作时,您可能希望清除一些抛出的错误:

Failed to load resource: the server responded with a status of 404 (Not     Found)
http://www.tripleflowmusic.com/FunctionElements/MusicPlayer/Covers/missing.jpg Failed to load resource: the server responded with a status of 404 (Not Found)

http://www.tripleflowmusic.com/MediaElements/MusicPlayer/Songs/nylmbyb.mp3 Failed to load resource: the server responded with a status of 404 (Not Found)

您的iframe和格式与主页上的不同。此代码位于主页中,但不位于:

你在新闻页面上有一些类别和风格,而不是正确的

<center data-twttr-id="twttr-sandbox-0">

格式

我用的是Chrome和Firefox,你点击新闻按钮了吗?按钮基本上会在名为subpageframe的容器中重新加载Updates.html页面。第一次访问站点时,当文档准备就绪并显示时,jQuery会将Updates.html加载到子页面框架中。问题是,在我点击新闻后,twitter插件不会出现:是的,在这种情况下,它很好,只是在页面加载时尝试加载一个虚拟图钉和它的封面,我现在从服务器上删除了它:是的,当我重新加载它时,它总是出现在这里-->,只有当我在我的网站上的子页面框架容器中重新加载它时,它才不会。我不明白你的意思,对不起,我使用的代码是在Twitter网站上生成的。另外,我没有在我的网站上使用iFrame
<center data-twttr-id="twttr-sandbox-0">