Register | FAQ Search Today's Posts Mark Forums Read
Old 12-01-2009   #1 (permalink)
 
andreasr's Avatar
[+] more user info
 
andreasr is offline  
Join Date: Nov 2009
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Answered: Not loading any tweets



Hey there,
I installed the qip with morph and the SimpleTweet was working great until just recently. Now it doesn't load any updates at all - I've tried with different twitterusers and still nothing.
It just shows the module title and the "Join us on Twitter" text.

I don't know what's going on really - has anyone experience the same issue?

Thanks!
  Reply With Quote
This is a Advertisement. Sign up to have these ads removed.

Best Answer - Posted by Andy

If twitter is down or the api is unavailable, it will not be able to load the tweets because they are not available.. This is unfortunate but out of our control, thanks for the feedback.
Old 12-02-2009   #2 (permalink)
Support Staff
 
matt's Avatar
[+] more user info
 
matt is offline  
Join Date: Aug 2007
Location: Columbus Ohio
Posts: 2,474
Thanks: 207
Thanked 243 Times in 213 Posts


Did you install anything recently? That's odd, it works on all our demo and info sites.

Whats the URL to your site so we can eyeball it?
  Reply With Quote
Recommended FREE debugging tools:
We highly recommend using Firefox for development, along with the awesome WebDev Toolbar & Firebug Extensions.

Follow us on Twitter:
prothemer | connectr | pixelprodigy | tessneale | matthewlking
Old 12-02-2009   #3 (permalink)
Support Staff
 
matt's Avatar
[+] more user info
 
matt is offline  
Join Date: Aug 2007
Location: Columbus Ohio
Posts: 2,474
Thanks: 207
Thanked 243 Times in 213 Posts


On second inspection, tweets are not getting loaded on our LeBlanc demo. Hmmm...I'll have the guys eyeball this one. Thanks for the heads up. Maybe Twitter changed something.
  Reply With Quote
Recommended FREE debugging tools:
We highly recommend using Firefox for development, along with the awesome WebDev Toolbar & Firebug Extensions.

Follow us on Twitter:
prothemer | connectr | pixelprodigy | tessneale | matthewlking
Old 12-02-2009   #4 (permalink)
eMarketing & support tigress
 
tess's Avatar
[+] more user info
 
tess is offline  
Join Date: Aug 2008
Location: Cape Town, South Africa
Posts: 3,710
Thanks: 1,618
Thanked 247 Times in 233 Posts


Hi guys,

Looking at our demos again it seems the tweets are loading. There is a known problem with Twitter not always loading/updating the tweets and it's normally just a matter of waiting for a little while and it'll work.

Andreas, please let us know if your problem is still there today and our devs will take a look at your site (please give us the url so we can take a look).

Thanks,
Tess
  Reply With Quote
Close your threads - click "Mark this response as the best answer" on the post with the best reply.

Save time -
use the Webdev Toolbar & Firebug extensions for Firefox when you develop your site.

Stay updated via newsletter, Facebook and Twitter: prothemer | jMorph | joomlatips | tessneale | SEOnewsdaily
Old 12-02-2009   #5 (permalink)
Co-Pilot & Owner
 
Andy's Avatar
[+] more user info
 
Andy is offline  
Join Date: Jan 2007
Location: Cape Town
Posts: 955
Thanks: 19
Thanked 492 Times in 375 Posts


If twitter is down or the api is unavailable, it will not be able to load the tweets because they are not available.. This is unfortunate but out of our control, thanks for the feedback.
  Reply With Quote
Has your question been answered? Please mark the response as the best answer. This helps us give you faster support.

Are you happy with our support? Please make us smile by writing a short review on Best of Joomla

Do you also love Twitter? Follow us on prothemer | jMorph | joomlatips |andyjamesneale
Old 12-03-2009   #6 (permalink)
Support Staff
 
matt's Avatar
[+] more user info
 
matt is offline  
Join Date: Aug 2007
Location: Columbus Ohio
Posts: 2,474
Thanks: 207
Thanked 243 Times in 213 Posts


Still doesnt work for me, but it loads on the LeBlanc demo sop I am assuming I did something wrong. How about you Andreasr? Does it work? What themelet/template, etc?
  Reply With Quote
Recommended FREE debugging tools:
We highly recommend using Firefox for development, along with the awesome WebDev Toolbar & Firebug Extensions.

Follow us on Twitter:
prothemer | connectr | pixelprodigy | tessneale | matthewlking
Old 12-04-2009   #7 (permalink)
Support Staff
 
matt's Avatar
[+] more user info
 
matt is offline  
Join Date: Aug 2007
Location: Columbus Ohio
Posts: 2,474
Thanks: 207
Thanked 243 Times in 213 Posts


I spoke too soon. It works for me now.
  Reply With Quote
Recommended FREE debugging tools:
We highly recommend using Firefox for development, along with the awesome WebDev Toolbar & Firebug Extensions.

Follow us on Twitter:
prothemer | connectr | pixelprodigy | tessneale | matthewlking
Old 02-04-2011   #8 (permalink)
 
kenlyle's Avatar
[+] more user info
 
kenlyle is offline  
Join Date: Feb 2010
Location: Glen Allen, VA
Posts: 354
Thanks: 24
Thanked 51 Times in 45 Posts
Not working for me



Not working for me. Check ElectAndyToy.com, Inset3. Twitter name is electandytoy.
  Reply With Quote
Old 02-04-2011   #9 (permalink)
Co-Pilot & Owner
 
Andy's Avatar
[+] more user info
 
Andy is offline  
Join Date: Jan 2007
Location: Cape Town
Posts: 955
Thanks: 19
Thanked 492 Times in 375 Posts


Hi Ken,

This most likely has to do with the way the Javascript is loading on your page. You have 2 instances of Jquery loading in the head. One of the instances is after the simpletweet js. This means it is re initializing jquery after the tweet js and therefore can not run the script to fetch the tweets.

This is evident by the error

$(".simpletweet").tweet is not a function

Take a look at this screenshot of your source

http://www.joomlajunkie.com/images/snaps/jq-ea.png

Notice how its re initializing jquery after the simpletweet js is called. Try disable the second instance of jquery from wherever its getting added and it should fix it.

The tweet module is working fine I tested it on 5 different installs now and they all work.
  Reply With Quote
Has your question been answered? Please mark the response as the best answer. This helps us give you faster support.

Are you happy with our support? Please make us smile by writing a short review on Best of Joomla

Do you also love Twitter? Follow us on prothemer | jMorph | joomlatips |andyjamesneale
These users thanked Andy.
Old 02-04-2011   #10 (permalink)
 
kenlyle's Avatar
[+] more user info
 
kenlyle is offline  
Join Date: Feb 2010
Location: Glen Allen, VA
Posts: 354
Thanks: 24
Thanked 51 Times in 45 Posts
On my way now



Thanks, Andy, that's exactly the clue I needed. I have both the Twitter and Flickr modules on my site working now.
  Reply With Quote
This is a Advertisement. Sign up to have these ads removed.
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum by vBulletin® Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC1 Downloads powered by vBadvanced Dynamics v1.1.0.

Love Thy Favicon!

Click on a block to select it..