Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!

Widget:Twitter: Difference between revisions

From the Club Penguin Wiki, the free, editable encyclopedia about Club Penguin
Jump to navigation Jump to search
imported>Seahorseruler
No edit summary
imported>Tux
looks like it's not fitting in with monaco.
Line 6: Line 6:
   rpp: 2,
   rpp: 2,
   interval: 2000,
   interval: 2000,
   width: 250,
   width: 200,
   height: 300,
   height: 300,
   theme: {
   theme: {

Revision as of 04:05, 18 February 2011

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

 version: 2,
 type: 'profile',
 rpp: 2,
 interval: 2000,
 width: 200,
 height: 300,
 theme: {
   shell: {
     background: '#1462e0',
     color: '#ffffff'
   },
   tweets: {
     background: '#ffffff',
     color: '#000000',
     links: '#0731eb'
   }
 },
 features: {
   scrollbar: false,
   loop: false,
   live: false,
   hashtags: true,
   timestamp: true,
   avatars: true,
   behavior: 'all'
 }

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