# Twitter Widget Sometimes Doesn't load

**URL:** https://forum.kirupa.com/t/twitter-widget-sometimes-doesnt-load/294124
**Category:** Uncategorized
**Created:** [August 9, 2009, 1:07am UTC](https://forum.kirupa.com/t/twitter-widget-sometimes-doesnt-load/294124 "2009-08-09T01:07:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![KennFletch](https://avatars.discourse-cdn.com/v4/letter/k/49beb7/32.png) [@KennFletch](https://forum.kirupa.com/u/KennFletch)
#### Post date: [August 9, 2009, 1:07am UTC](https://forum.kirupa.com/t/twitter-widget-sometimes-doesnt-load/294124/1 "2009-08-09T01:07:11Z")

</div>

I’m a graphic designer. don’t now a bit of javascript. I’m building this website and I have this twitter widget. recently its started not to load or poup on the site. I think its because I have a few swfs.

Right above the \</body\> is where I put the twitter script right above that I have the swfobject.registerObject, or whatever. What I want to know is how can I put that twitter or load that twitter script within the first script where the “swfobject” is located.

When I put the twitter script above the swf script the flash movies don’t load for some reason. If someone could help me that would be great.

```auto
<script type="text/javascript">
<!--
swfobject.registerObject("FlashID");
swfobject.registerObject("11111");
//-->
</script>
 <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
 <script type="text/javascript" src="http://twitter.com/statuses/user_timeline/Liquidimage.json?callback=twitterCallback2&amp;count=9"></script>

<!-- InstanceEndEditable -->
</body>

```
