Difference between revisions of "Template:UChicago/Footer"

Line 1: Line 1:
 
{{Template_All_Teams}}
 
{{Template_All_Teams}}
 
<!-- Declare that you are going to use html code instead of wiki code -->
 
 
<html>
 
<html>
 +
<head>
 +
    <title>Your Website Title</title>
 +
    <!-- You can use open graph tags to customize link previews.
 +
    Learn more: https://developers.facebook.com/docs/sharing/webmasters -->
 +
    <meta property="og:url"          content="http://www.your-domain.com/your-page.html" />
 +
    <meta property="og:type"          content="website" />
 +
    <meta property="og:title"        content="Your Website Title" />
 +
    <meta property="og:description"  content="Your description" />
 +
    <meta property="og:image"        content="http://www.your-domain.com/path/image.jpg" />
 +
</head>
 
<body>
 
<body>
<a href="https://twitter.com/TwitterAccount" target="_blank">< img src="https://www.someserver.ca/images/twitter.png" border="0">< /a>
+
 
 +
    <!-- Load Facebook SDK for JavaScript -->
 +
    <div id="fb-root"></div>
 +
 
 +
<script type="text/javascript" src="https://2015.igem.org/Template:UChicago/Javascript?
 +
action=raw&ctype=text/javascript"></script>
 +
 
 +
    <!-- Your like button code -->
 +
<div class="fb-like" data-href="https://www.facebook.com/GeneHackersatUChicago" data-layout="standard" data-action="like" data-show-faces="true" data-share="true"></div>
 +
 
 
</body>
 
</body>
 
</html>
 
</html>

Revision as of 19:29, 18 September 2015

Your Website Title