aolarchive / jquery-liveupdate

Other
8 stars 2 forks source link

Tweet buttons don't appear in FF < 3.6 #10

Closed jeremyjannotta closed 12 years ago

jeremyjannotta commented 12 years ago

Tested FF 2, 3, 3.5 -- tweet buttons don't appear, seemingly with no JS exceptions. Everything else in these versions looks good.

jeremyjannotta commented 12 years ago

Best I can tell, the tweet button may not support these earlier versions of FF in https://platform.twitter.com/widgets.js. Basically the twttr.widgets object is never initialized. Will wrap code around to prevent null reference error at least, but probably not worth doing much else for those old versions.