View Single Post

Old 02-04-2011   #9 (permalink)
Andy
Co-Pilot & Owner
 
Andy's Avatar
[+] more user info
 
Andy is offline  
Join Date: Jan 2007
Location: Cape Town
Posts: 973
Thanks: 19
Thanked 497 Times in 379 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.