hi all
i have this code in the <head></head> for my slideshow
and this twitter api code before end of body tag </body>Code:<script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript" src="jquery-ui.min.js" ></script> <script type="text/javascript"> $(document).ready(function(){ $("#slideshow > ul").tabs({fx:{opacity: "toggle"}}).tabs("rotate", 5000, true); }); </script>
THE PROBLEM :Code:<script src="http://twitter.com/javascripts/blogger.js" type="text/javascript"></script> <script src="https://api.twitter.com/1/statuses/user_timeline.json?screen_name=USERNAME&callback=twitterCallback2&count=2"></script>
The header Slideshow start only after twitter tweets from the twitter api gets loaded.
The header slideshow has to wait for twitter api to load.
I want that The twitter api should load after the whole page has downloaded so that it doesnt interfere with slideshow.
I want to load and run the header slideshow before twitter tweets api gets loaded.
vineet



Reply With Quote


Bookmarks