Team:UCL/Template:footer-tweets

From 2014.igem.org

(Difference between revisions)
(Created page with "blah blah blah")
Line 1: Line 1:
-
blah blah blah
+
<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> Template:Date',
        count: 4
   });

</script>