Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

Firefox is having trouble with a Twitter widget clashing with some JQuery code in the side panel of this site: http://decorate.focusphotos.com The page will not load in FF, but is fine in all other browsers.

more options

Firefox is having trouble with a Twitter widget clashing with some JQuery code in the side panel of my new RW theme.

The page will not load in FF, but is fine in all other browsers. I cannot figure out how to fix. Any ideas?

URL of affected sites

http://decorate.focusphotos.com

Firefox is having trouble with a Twitter widget clashing with some JQuery code in the side panel of my new RW theme. The page will not load in FF, but is fine in all other browsers. I cannot figure out how to fix. Any ideas? == URL of affected sites == http://decorate.focusphotos.com

所有回覆 (3)

more options

A twitter widget on my website will not load in firefox but will load in every other browser I've tried. I have tried several versions of firefox. Here is the code I am trying to run:


new TWTR.Widget({

 version: 2,
 type: 'profile',
 rpp: 5,
 interval: 6000,
 width: 'auto',
 height: 265,
 theme: {
   shell: {
     background: '#333333',
     color: '#ffffff'
   },
   tweets: {
     background: '#000000',
     color: '#ffffff',
     links: '#4aed05'
   }
 },
 features: {
   scrollbar: false,
   loop: false,
   live: true,
   hashtags: true,
   timestamp: true,
   avatars: false,
   behavior: 'all'
 }

}).render().setUser('ShawnC4Real').start();

And the first thing I checked was that scripts were enabled.

more options

I fixed my problem by writing my own Twitter widget using JQuery rather than using the 'grab code' that you can copy and embed from Twitter.

No clashing issues now. See updated code example in the sliding box on the left of my home page:

http://www.focusphotos.com/

more options

I have the same problem with my twitter widget, whats happend?