Team:NRP-UEA-Norwich/Front

From 2012.igem.org

(Difference between revisions)
(Blanked the page)
Line 1: Line 1:
 +
<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 15,
 +
  interval: 30000,
 +
  width: 275,
 +
  height: 500,
 +
  theme: {
 +
    shell: {
 +
      background: '#303030',
 +
      color: '#326982'
 +
    },
 +
    tweets: {
 +
      background: '#303030',
 +
      color: '#000000',
 +
      links: '#326982'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: true,
 +
    loop: false,
 +
    live: false,
 +
    behavior: 'all'
 +
  },
 +
 +
}).render().setUser('MFXWrestling').start();
 +
</script></div>

Revision as of 01:16, 24 November 2012

<script charset="utf-8" src="http://widgets.twimg.com/j/2/widget.js"></script> <script> new TWTR.Widget({

 version: 2,
 type: 'profile',
 rpp: 15,
 interval: 30000,
 width: 275,
 height: 500,
 theme: {
   shell: {
     background: '#303030',
     color: '#326982'
   },
   tweets: {
     background: '#303030',
     color: '#000000',
     links: '#326982'
   }
 },
 features: {
   scrollbar: true,
   loop: false,
   live: false,
   behavior: 'all'
 },

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