Skip to content

Commit bc0958c

Browse files
committed
Add facebook likebox
1 parent f153774 commit bc0958c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

index.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@
1515

1616
</head>
1717
<body>
18+
<div id="fb-root"></div>
19+
<script>(function(d, s, id) {
20+
var js, fjs = d.getElementsByTagName(s)[0];
21+
if (d.getElementById(id)) return;
22+
js = d.createElement(s); js.id = id;
23+
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=310889061205";
24+
fjs.parentNode.insertBefore(js, fjs);
25+
}(document, 'script', 'facebook-jssdk'));</script>
1826

1927
<header>
2028
<h1>Functional IoT</h1>
@@ -65,6 +73,7 @@ <h3>
6573
<p>Having trouble with Pages? Check out the documentation at <a href="http://help.github.com/pages">http://help.github.com/pages</a> or contact <a href="mailto:support@github.com">support@github.com</a> and we’ll help you sort it out.</p>
6674
</section>
6775
<footer>
76+
<div class="fb-like-box" data-href="https://www.facebook.com/pages/Functional-Iot/429261740535822" data-colorscheme="light" data-show-faces="false" data-header="false" data-stream="false" data-show-border="true"></div>
6877
<a href="http://metasepi.org/"><img src="images/metasepi_logo_beta3_100x100.png" alt="Metasepi logo"></a>
6978
<p><small>Powered by <a href="http://metasepi.org/">Metasepi Project</a>.</small></p>
7079
</footer>

0 commit comments

Comments
 (0)