Welcome to Assassin's Creed Wiki! Log in and join the community.
MediaWiki:TwitterWidget: Difference between revisions
Jump to navigation
Jump to search
imported>Vatsa1708 m Created page with "<script src="http://widgets.twimg.com/j/2/widget.js"></script> <script type="text/javascript"> new TWTR.Widget({ version: 2, type: 'profile', rpp: 8, interval: 6000, wi..." |
imported>Vatsa1708 mNo edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
version: 2, | version: 2, | ||
type: 'profile', | type: 'profile', | ||
rpp: | rpp: 6, | ||
interval: 6000, | interval: 6000, | ||
width: 'auto', | width: 'auto', | ||
| Line 16: | Line 16: | ||
background: 'transparent', | background: 'transparent', | ||
color: '#dddddd', | color: '#dddddd', | ||
links: '# | links: '#89cff0' | ||
} | } | ||
}, | }, | ||
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>