Team:UCL/Template:footer-tweets
From 2014.igem.org
(Difference between revisions)
Adamdenyer (Talk | contribs) (Created page with "blah blah blah") |
Adamdenyer (Talk | contribs) |
||
Line 1: | Line 1: | ||
- | + | <section class="tweets"> | |
+ | <h4>Tweets</h4> | ||
+ | <div class="footerPosts"></div> | ||
+ | </section> | ||
+ | |||
+ | <script class="source2" type="text/javascript"> | ||
+ | $('.tweets .footerPosts').twittie({ | ||
+ | dateFormat: '%b. %d, %Y', | ||
+ | template: '<a href="#">{{tweet}}</a> <span class="meta">{{date}}</span>', | ||
+ | count: 4 | ||
+ | }); | ||
+ | </script> |
Revision as of 10:42, 16 May 2014
<section class="tweets">
Tweets
</section>
<script class="source2" type="text/javascript">
$('.tweets .footerPosts').twittie({ dateFormat: '%b. %d, %Y', template: '<a href="#">Template:Tweet</a> ', count: 4 });
</script>