Twitter: Difference between revisions
Jump to navigation
Jump to search
JoshuaJSlone (talk | contribs) No edit summary |
JoshuaJSlone (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
interval: 6000, | interval: 6000, | ||
width: | width: 'auto', | ||
height: 300, | height: 300, |
Revision as of 10:15, 9 May 2011
:: {JS(file='http://widgets.twimg.com/j/2/widget.js')}new TWTR.Widget({
version: 2,
type: 'profile',
rpp: 10,
interval: 6000,
width: 'auto',
height: 300,
theme: {
shell: {
background: '#e7f0ed',
color: '#000000'
},
tweets: {
background: '#ffffff',
color: '#000000',
links: '#225566'
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: true,
behavior: 'all'
}
}).render().setUser('JoshuaJSlone').start();{JS} ::