Twitter Feed JS适用于Firefox& Chrome但不在IE中。有任何想法吗?

时间:2011-08-16 08:00:02

标签: javascript browser twitter internet-explorer-8

以下代码在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&amp;中显示我的Twitter Feed测试C,但不是IE8。

这有明显的原因吗?

非常感谢

1 个答案:

答案 0 :(得分:0)

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