Welcome to the Club Penguin Wiki! Log in or Create an account to join the community!
Widget:Twitter: Difference between revisions
Jump to navigation
Jump to search
imported>Tux looks like it's not fitting in with monaco. |
imported>Seahorseruler sloppy on vector |
||
Line 6: | Line 6: | ||
rpp: 2, | rpp: 2, | ||
interval: 2000, | interval: 2000, | ||
width: | width: 250, | ||
height: 300, | height: 300, | ||
theme: { | theme: { |
Revision as of 23:48, 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: 250, 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>