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,
+
version: 2,
-
  type: 'profile',
+
type: 'profile',
-
  rpp: 4,
+
rpp: 4,
-
  interval: 30000,
+
interval: 30000,
-
  width: 280,
+
width: 280,
-
  height: 300,
+
height: 300,
-
  theme: {
+
theme: {
-
shell: {
+
shell: {
-
  background: '#159e31',
+
  background: '#159e30',
-
  color: '#ffffff'
+
  color: '#ffffff'
-
},
+
},
-
tweets: {
+
tweets: {
-
  background: '#ffffff',
+
  background: '#ffffff',
-
  color: '#515151',
+
  color: '#515151',
-
  links: '#60c21e'
+
  links: '#5fc21e'
-
}
+
}
-
  },
+
},
-
  features: {
+
features: {
-
scrollbar: false,
+
scrollbar: false,
-
loop: false,
+
loop: false,
-
live: false,
+
live: false,
-
behavior: 'all'
+
behavior: 'all'
-
  }
+
}
}).render().setUser('iGEM_NTNU').start();
}).render().setUser('iGEM_NTNU').start();
</script>
</script>

Revision as of 18:34, 18 June 2012