Team:Wisconsin-Madison

From 2011.igem.org

(Difference between revisions)
(Replaced content with "no")
Line 1: Line 1:
-
no
+
<center>
 +
<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: 400,
 +
  theme: {
 +
    shell: {
 +
      background: '#878787',
 +
      color: '#ffffff'
 +
    },
 +
    tweets: {
 +
      background: '#fafafa',
 +
      color: '#404040',
 +
      links: '#5c64ff'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: false,
 +
    loop: false,
 +
    live: false,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: false,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('LabBadger').start();
 +
</script>
 +
</center>

Revision as of 16:18, 2 June 2011

<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: 400,
 theme: {
   shell: {
     background: '#878787',
     color: '#ffffff'
   },
   tweets: {
     background: '#fafafa',
     color: '#404040',
     links: '#5c64ff'
   }
 },
 features: {
   scrollbar: false,
   loop: false,
   live: false,
   hashtags: true,
   timestamp: true,
   avatars: false,
   behavior: 'all'
 }

}).render().setUser('LabBadger').start(); </script>