Twitter Feed JS 可与 Firefox 和 Firefox 配合使用。 Chrome 浏览器,但 IE 不行。有什么想法吗?

发布于 2024-11-29 12:24:41 字数 844 浏览 0 评论 0原文

以下代码在 Firefox 和 Chrome 中都能完美运行:

<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> 
<head> 
<meta charset=UTF-8 />

<title>Twitter Test</title>

<script src="http://twitterjs.googlecode.com/files/twitterjs-2.0.0.min.js" type="text/javascript"></script>

<script type="text/javascript">
getTwitters('twitter', { 
  id: 'glasgow', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  timeout:100,
  template: '<div class="tweet"><p>%text%</p></div>'
});
</script>

</head> 

  <body>

     <div id="twitter"></div>   

  </body> 

</html> 

它显示了我在 FF 和 Chrome 中的 Twitter feed 测试。 C,但不是 IE8。

这有明显的原因吗?

非常感谢

The following code works perfectly in both Firefox and Chrome:

<!DOCTYPE html> 
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"> 
<head> 
<meta charset=UTF-8 />

<title>Twitter Test</title>

<script src="http://twitterjs.googlecode.com/files/twitterjs-2.0.0.min.js" type="text/javascript"></script>

<script type="text/javascript">
getTwitters('twitter', { 
  id: 'glasgow', 
  count: 1, 
  enableLinks: true, 
  ignoreReplies: true, 
  clearContents: true,
  timeout:100,
  template: '<div class="tweet"><p>%text%</p></div>'
});
</script>

</head> 

  <body>

     <div id="twitter"></div>   

  </body> 

</html> 

It shows my Twitter feed test in FF & C, but not IE8.

Is there an obvious reason for this?

Many thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

冷心人i 2024-12-06 12:24:41

问题已解决:) 请参阅本页上的黄色“警报”:remysharp.com/2007/05/18/add-twitter-to-your-blog-step-by-step

Issue resolved :) See the yellow "alert" on this page: remysharp.com/2007/05/18/add-twitter-to-your-blog-step-by-step

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文