blogjunkie

Untitled

Aug 27th, 2011
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <script type="text/javascript">
  2. $(window).load(function(){
  3.   $.getScript('http://widgets.twimg.com/j/2/widget.js', function(){
  4.     $.getScript('/media/js/twitter.js', function(){
  5.      $('#twtr-widget-1').appendTo('#twitter_p')
  6.     })
  7.   })
  8. })
  9. </script>
  10. <script>
  11. new TWTR.Widget({
  12.   id: 'twitter_div',
  13.   ...
  14. </script>
  15. </body>
Add Comment
Please, Sign In to add comment