-
Notifications
You must be signed in to change notification settings - Fork 1
/
facebook.shtml
23 lines (22 loc) · 1.24 KB
/
facebook.shtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<div class="fb-center">
<p class="text-center sponsor-text">Like Us On Facebook!</p>
<div id="fb-root" class=" fb_reset">
<div id="fb-root"></div>
<script>
(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s);
js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.5";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
</script>
<div class="fb-page" data-href="https://www.facebook.com/chicagoveg" data-adapt-container-width="true" data-width="500" data-height="500" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true">
<div class="fb-xfbml-parse-ignore">
<blockquote cite="https://www.facebook.com/chicagoveg"><a href="https://www.facebook.com/chicagoveg">ChicagoVeg - Chicagoland Vegetarian, Vegan, and Raw Foodist Community</a>
</blockquote>
</div>
</div>
</div>
</div>