Team:NTNU Trondheim/Test
From 2012.igem.org
(Difference between revisions)
Line 196: | Line 196: | ||
<script> | <script> | ||
new TWTR.Widget({ | new TWTR.Widget({ | ||
- | + | version: 2, | |
- | + | type: 'profile', | |
- | + | rpp: 4, | |
- | + | interval: 30000, | |
- | + | width: 280, | |
- | + | height: 300, | |
- | + | theme: { | |
- | + | shell: { | |
- | + | background: '#159e30', | |
- | + | color: '#ffffff' | |
- | + | }, | |
- | + | tweets: { | |
- | + | background: '#ffffff', | |
- | + | color: '#515151', | |
- | + | links: '#5fc21e' | |
- | + | } | |
- | + | }, | |
- | + | features: { | |
- | + | scrollbar: false, | |
- | + | loop: false, | |
- | + | live: false, | |
- | + | behavior: 'all' | |
- | + | } | |
}).render().setUser('iGEM_NTNU').start(); | }).render().setUser('iGEM_NTNU').start(); | ||
</script> | </script> |
Revision as of 18:34, 18 June 2012