dev-ext / twitterjs

Automatically exported from code.google.com/p/twitterjs
MIT License
0 stars 0 forks source link

Tweets not loading in IE Browsers #28

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. go to www.fmestates.com  on the top of the left hand column (where it says 
latest twitter post) it doesn’t work in IE 8 and maybe other IE’s also
2. I also tested your ‘test.html’ file it doesn’t work in IE 8 and maybe 
other IE’s also. 

What is the expected output? What do you see instead?
Instead of seeing tweets you just have the loading message constantly ‘Please 
wait while my tweets load’ seems to work in most other browsers just problems 
in IE 8 and maybe other IE’s.

What version of the product are you using? On what operating system?
twitterjs-2.0.0-release.zip 
I am on windows 7 but we also have another computer on Windows XP

Please provide any additional information below.
I had an old version of this script that used to work fine (in all browsers) 
then I started having problems with urls in the tweets, so I downloaded 
‘twitterjs-2.0.0-release.zip’ and replaced the twitter.js over the old one 
and now the urls work fine but the tweets wont load in the IE browsers, works 
perfect in all other browsers I have tested it in. BUt like I said above your 
'test.html' doesn't work in IE so I think there is a problem with the script.

Original issue reported on code.google.com by stef...@fmestates.com on 19 Jul 2011 at 12:44

GoogleCodeExporter commented 9 years ago
I am having the same problem, twitter never loads in IE9, IE8, or IE7.  I 
implemented the changes here 
http://code.google.com/p/twitterjs/source/detail?r=48# but the tweets are still 
not loading in IE.  Safari, FF, and Chrome are still loading after the updates, 
but not IE.

Original comment by rjba...@gmail.com on 19 Jul 2011 at 9:38

GoogleCodeExporter commented 9 years ago
I'm also having the same problem. I reverted back to twitter-1.13.1.min.js, but 
I'm still running into the issue with IE7 (and possibly earlier). I'd simply 
say that we don't support IE7, however we have site visitors who are forced to 
use IE7 by their employers. Stupid IE7. It would be great to get a fix though!

Original comment by jasonbon...@gmail.com on 20 Jul 2011 at 4:41

GoogleCodeExporter commented 9 years ago
I also am seeing this behavior, since I hotlink from the Google Code live 
version.

The response that the IE9 developer tools give is: HTTP/1.1 400 Bad Request

Oddly, the URL it is trying to request does not load in IE, but it does load in 
Chrome:
http://api.twitter.com/1/statuses/user_timeline.json?screen_name=msbernst&count=
11&page=1&include_rts=false&include_entities=true&callback=twitterlib13126763042
79

Original comment by esperte...@gmail.com on 7 Aug 2011 at 12:23

GoogleCodeExporter commented 9 years ago
Internet explorer says the following when debugging:

(dutch)
SEC7112: Het script van 
http://www.twitter.com/statuses/user_timeline/<user>.json?callback=twitterCallba
ck1&count=20&cb=0.040553699021281975 is geblokkeerd vanwege een 
niet-overeenkomend MIME-type 

translated: Script from <url> was blocked due to mime type mismatch

Original comment by wjz...@gmail.com on 31 Aug 2011 at 1:45