Template:Team:HokkaidoU Japan/footer
From 2011.igem.org
(Difference between revisions)
Line 1: | Line 1: | ||
{{Team:HokkaidoU_Japan/script/social.js}} | {{Team:HokkaidoU_Japan/script/social.js}} | ||
<html> | <html> | ||
- | < | + | <ul class="socialbuttons"> |
<script type="text/javascript"> | <script type="text/javascript"> | ||
$(function() { | $(function() { | ||
- | $('.socialbuttons .tweet').socialbutton('twitter'); | + | $('.socialbuttons li.tweet').socialbutton('twitter', { |
- | $('.socialbuttons .like').socialbutton('facebook_like'); | + | button: 'none', |
+ | text: 'iGEM - HokkaidoU_Japan', | ||
+ | via: 'iGEM - HokkaidoU_Japan' | ||
+ | }); | ||
+ | $('.socialbuttons li.like').socialbutton('facebook_like', { | ||
+ | button : 'button_count' | ||
+ | }); | ||
}); | }); | ||
</script> | </script> | ||
- | < | + | <style> |
- | < | + | ul.socialbuttons li { |
- | </ | + | display : inline-block; |
+ | list-style-type : none; | ||
+ | } | ||
+ | </style> | ||
+ | <li class="tweet"></li> | ||
+ | <li class="like"></li> | ||
+ | </ul> | ||
</div> | </div> | ||
<div id="hokkaidou-footer"> | <div id="hokkaidou-footer"> |
Revision as of 14:31, 5 October 2011