2012-02-14, 01:39 AM
Hey,
I'm using some javascript to display latest tweets:
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
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&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