Welcome to Assassin's Creed Wiki! Log in and join the community.

MediaWiki:TwitterWidget

From the Assassin's Creed Wiki
Revision as of 11:01, 2 April 2012 by imported>Vatsa1708
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script type="text/javascript"> new TWTR.Widget({

 version: 2,
 type: 'profile',
 rpp: 6,
 interval: 6000,
 width: 'auto',
 height: 400,
 theme: {
   shell: {
    background: 'transparent',
    color: '#dddddd'
  },
  tweets: {
    background: 'transparent',
    color: '#dddddd',
    links: '#89cff0'
  }
 },
 features: {
   scrollbar: false,
   loop: false,
   live: false,
   hashtags: true,
   timestamp: true,
   avatars: false,
   behavior: 'all'
 }

}).render().setUser('AC_Wiki').start(); </script>