Jquery Twitter

Out of context: Reply #6

  • Started
  • Last post
  • 12 Responses
  • acescence0

    the problem is that it's loading two scripts from twitter, one has the code that interprets the response, the other is the response data itself. it's probably getting the tweet data back before the script that interprets it loads, so it's not seeing the twitterCallback2 function that processes the response and throwing an error. one solution may be to remove the getscript call to the page with the twitterCallback2 function: http://twitter.com/javascripts/b… and just copy the functions straight into your own script. this may violate some twitter license though, if you care about that.

View thread