Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

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.

  • 3 отговора
  • 37 имат този проблем
  • 7 изгледи
  • Последен отговор от 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

Всички отговори (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?