Team:Sevilla/Templates/lmenu

From 2011.igem.org

(Difference between revisions)
(Todo los menus aquí)
(Twitter)
Line 87: Line 87:
<html>
<html>
</div>
</div>
 +
<div id=twitter>
 +
<script src="http://widgets.twimg.com/j/2/widget.js"></script>
 +
<script>
 +
new TWTR.Widget({
 +
  version: 2,
 +
  type: 'profile',
 +
  rpp: 4,
 +
  interval: 6000,
 +
  width: 140,
 +
  height: 300,
 +
  theme: {
 +
    shell: {
 +
      background: '#71a799',
 +
      color: '#000000'
 +
    },
 +
    tweets: {
 +
      background: '#ffffff',
 +
      color: '#000000',
 +
      links: '#ad6e42'
 +
    }
 +
  },
 +
  features: {
 +
    scrollbar: false,
 +
    loop: false,
 +
    live: false,
 +
    hashtags: true,
 +
    timestamp: true,
 +
    avatars: false,
 +
    behavior: 'all'
 +
  }
 +
}).render().setUser('igemsevilla11').start();
 +
</script>
 +
 +
</div>
</div>
</div>

Revision as of 17:07, 24 June 2011