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> | ||
- | + | <script type="text/javascript"> | |
- | + | $(function() { | |
- | + | $('.socialbuttons li.tweet').socialbutton('twitter', { | |
- | + | button: 'none', | |
- | + | text: 'iGEM - HokkaidoU_Japan', | |
- | + | via: 'iGEM - HokkaidoU_Japan' | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
}); | }); | ||
- | </script> | + | $('.socialbuttons li.like').socialbutton('facebook_like', { |
- | + | button : 'button_count' | |
- | + | }); | |
- | + | }); | |
- | + | </script> | |
- | + | <style> | |
- | + | ul.socialbuttons li { | |
+ | float : left; | ||
+ | list-style-type : none; | ||
+ | } | ||
+ | </style> | ||
+ | <ul class="socialbuttons"> | ||
<li class="tweet"></li> | <li class="tweet"></li> | ||
<li class="like"></li> | <li class="like"></li> |
Revision as of 14:39, 5 October 2011