Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Die Funktionalität dieser Website ist durch Wartungsarbeiten eingeschränkt, die Ihr Erlebnis verbessern sollen. Wenn ein Artikel Ihr Problem nicht löst und Sie eine Frage stellen möchten, können Sie unsere Gemeinschaft über @FirefoxSupport auf Twitter, /r/firefox oder Reddit fragen.

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Weitere Informationen

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.

  • 3 Antworten
  • 37 haben dieses Problem
  • 1 Aufruf
  • Letzte Antwort von AnonymousUser

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

Alle Antworten (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?