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

MediaWiki:TwitterWidget: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Vatsa1708
mNo edit summary
imported>Vatsa1708
mNo edit summary
 
Line 4: Line 4:
   version: 2,
   version: 2,
   type: 'profile',
   type: 'profile',
   rpp: 8,
   rpp: 6,
   interval: 6000,
   interval: 6000,
   width: 'auto',
   width: 'auto',

Latest revision as of 11:01, 2 April 2012

<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>