Main

From 2012.igem.org

(Difference between revisions)
Line 2: Line 2:
<head>
<head>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
-
<script> new TWTR.Widget({ version: 2, type: 'profile', rpp: 4, interval: 30000, width: 'auto', height: 250, theme: { shell: { background: '#ab0022', color: '#ffffff' }, tweets: { background: '#ffffff', color: '#000000', links: '#a3001e' } }, features: { scrollbar: true, loop: false, live: false, behavior: 'all' } }).render().setUser('iGEM_KU2012').start(); </script>
+
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 4,
 +
  interval: 30000,
 +
  width: 250,
 +
  height: 300,
 +
  theme: {
 +
    shell: {
 +
      background: '#ab0022',
 +
      color: '#ffffff'
 +
    },
 +
    tweets: {
 +
      background: '#ffffff',
 +
      color: '#000000',
 +
      links: '#a3001e'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: true,
 +
    loop: false,
 +
    live: false,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('iGEM_KU2012').start();
 +
</script>
</head>
</head>
<body>
<body>
</body>
</body>
</html>
</html>

Revision as of 04:40, 1 August 2012

Retrieved from "http://2012.igem.org/Main"