MyBB Community Forums

Full Version: Twitter Javascript
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey,

I'm using some javascript to display latest tweets:

<div id="twitter_div">
	<ul id="twitter_update_list"></ul>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/mor10.json?callback=twitterCallback2&amp;count=2"></script>

In most browsers and on most pages it works. However not all, Chrome being the biggest culprit.

I imagine it's clashing with the Prototype code?

Any way to fix this?

Cheers,
Jack
Oh my good god, do something with your forum colours, I cant look at that for more than two seconds without going completely blind Cool

Wayyyyyyyyyyyyy too bright.
Huh? It's not either of the ones in my sig. If you need a link you can find it here: http://www.evolse.com/
What's not working? It all works perfect for me.
Working here as well.
I see Recently On Twitter near the bottom of the page, but no tweets.
FF 10 w/ Vista
Exactly. It works most of the time but different browsers don't always work.
I believe the issue is Chrome (the browsers). I put it in an iframe to try and fix it and if you view the iframe (https://evolse.com/recentlyontwitter.php) everything loads. When you put the iframe in the footer... some pages it works, some it doesn't. It's the same old story.