Twitter Feed JS 可与 Firefox 和 Firefox 配合使用。 Chrome 浏览器,但 IE 不行。有什么想法吗?
以下代码在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题已解决:) 请参阅本页上的黄色“警报”: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