Ce site disposera de fonctionnalités limitées pendant que nous effectuons des opérations de maintenance en vue de vous proposer un meilleur service. Si un article ne règle pas votre problème et que vous souhaitez poser une question, notre communauté d’assistance est prête à vous répondre via @FirefoxSupport sur Twitter, et /r/firefox sur Reddit.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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 réponses
  • 37 ont ce problème
  • 1 vue
  • Dernière réponse par 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

Toutes les réponses (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?