User:Lucas.schirmer
From 2009.igem.org
(Difference between revisions)
Line 10: | Line 10: | ||
<link media="screen" type="text/css" href="http://endo.bio.tu-dresden.de/igem/scripthost/slimbox/css/slimbox2.css" rel="stylesheet"> | <link media="screen" type="text/css" href="http://endo.bio.tu-dresden.de/igem/scripthost/slimbox/css/slimbox2.css" rel="stylesheet"> | ||
<link media="screen" type="text/css" href="http://endo.bio.tu-dresden.de/igem/scripthost/navigation/menu.css" rel="stylesheet"> | <link media="screen" type="text/css" href="http://endo.bio.tu-dresden.de/igem/scripthost/navigation/menu.css" rel="stylesheet"> | ||
+ | <script type="text/javascript" src="http://platform.twitter.com/anywhere.js?id=siDS6nUKbSBnppf0uONMA&v=1"></script> | ||
<link rel="stylesheet" type="text/css" href="jquery.jtweetsanywhere-1.0.0.css" /> | <link rel="stylesheet" type="text/css" href="jquery.jtweetsanywhere-1.0.0.css" /> | ||
<script type="text/JavaScript"> | <script type="text/JavaScript"> | ||
- | $(document).ready(function(){ | + | $(document).ready(function(){ |
- | + | ||
- | + | ||
// This initialises carousels on the container elements specified, in this case, carousel1. | // This initialises carousels on the container elements specified, in this case, carousel1. | ||
$("#carousel1").CloudCarousel( | $("#carousel1").CloudCarousel( | ||
Line 31: | Line 30: | ||
}); | }); | ||
+ | $(document).ready(function(){ | ||
+ | $('#tweetsFeed').jTweetsAnywhere({ | ||
+ | username: 'tbillenstein', | ||
+ | count: 5, | ||
+ | showTweetBox: { label: '<span style="color: #D1C7BA">Spread the word ...</span>' } | ||
+ | }); | ||
+ | }); | ||
</script> | </script> | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
</head> | </head> | ||
Line 48: | Line 46: | ||
<input id="left-but" type="button" value="Left" /> | <input id="left-but" type="button" value="Left" /> | ||
<input id="right-but" type="button" value="Right" /> | <input id="right-but" type="button" value="Right" /> | ||
- | |||
<!-- All images with class of "cloudcarousel" will be turned into carousel items --> | <!-- All images with class of "cloudcarousel" will be turned into carousel items --> | ||
<!-- You can place links around these images --> | <!-- You can place links around these images --> | ||
Line 125: | Line 122: | ||
<h2>our twitter box</h2> | <h2>our twitter box</h2> | ||
- | <div id="tweetsFeed"> | + | <div id="tweetsFeed"></div> |
- | + | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 20:27, 16 June 2010