Twitter Feed: Difference between revisions
Jump to navigation
Jump to search
m New page: <html> <script src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 6000, width: 250, height: 300, ... |
mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 11: | Line 11: | ||
theme: { | theme: { | ||
shell: { | shell: { | ||
background: '# | background: '#ffffff', | ||
color: '#000000' | |||
}, | |||
tweets: { | |||
background: '#ffffff', | |||
color: '#000000', | |||
links: '#050e8c' | |||
} | |||
}, | |||
features: { | |||
scrollbar: false, | |||
loop: false, | |||
live: false, | |||
hashtags: true, | |||
timestamp: true, | |||
avatars: false, | |||
behavior: 'all' | |||
} | |||
}).render().setUser('BoseL1').start(); | |||
</script> | |||
<!-- | |||
<script src="http://widgets.twimg.com/j/2/widget.js"></script> | |||
<script> | |||
new TWTR.Widget({ | |||
version: 2, | |||
type: 'profile', | |||
rpp: 4, | |||
interval: 6000, | |||
width: 'auto', | |||
height: 300, | |||
theme: { | |||
shell: { | |||
background: '#000000', | |||
color: '#ffffff' | color: '#ffffff' | ||
}, | }, | ||
| Line 17: | Line 49: | ||
background: '#000000', | background: '#000000', | ||
color: '#ffffff', | color: '#ffffff', | ||
links: '# | links: '#0dfad2' | ||
} | } | ||
}, | }, | ||
features: { | features: { | ||
scrollbar: | scrollbar: true, | ||
loop: false, | loop: false, | ||
live: | live: true, | ||
hashtags: true, | hashtags: true, | ||
timestamp: true, | timestamp: true, | ||
avatars: | avatars: true, | ||
behavior: 'all' | behavior: 'all' | ||
} | } | ||
}).render().setUser('BoseL1').start(); | }).render().setUser('BoseL1').start(); | ||
</script> | </script> | ||
--> | |||
</html> | </html> | ||
Latest revision as of 22:18, 8 December 2010