-
Notifications
You must be signed in to change notification settings - Fork 2
/
belgian-test.html
26 lines (22 loc) · 1.24 KB
/
belgian-test.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html>
<head>
<title>Plugins</title>
</head>
<body>
<div id="fb-root"></div>
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v10.0&appId=1490071341047099&autoLogAppEvents=1" nonce="PglrDkpp"></script>
<h3>Like Plugin</h3>
<div class="like-container">
<div class="fb-like" data-href="https://jingping2015.github.io/" data-width="" data-layout="standard" data-action="like" data-size="small"></div>
</div>
<h3>Page Plugin</h3>
<div class="fb-page" data-href="https://www.facebook.com/colorpencil123/" data-tabs="timeline" data-width="" data-height="" data-small-header="false" data-adapt-container-width="false" data-hide-cover="false" data-show-facepile="false"></div>
<h3>Post Plugin</h3>
<div class="fb-post" data-href="https://www.facebook.com/20531316728/posts/10154009990506729/" data-width="500" data-show-text="false"></div>
<h3>Embeded Comment Plugin</h3>
<div class="fb-comment-embed" data-href="https://www.facebook.com/zuck/posts/10102577175875681?comment_id=1193531464007751&reply_comment_id=654912701278942" data-width="560" data-include-parent="false"></div>
<h3>Quote</h3>
<div class="fb-quote"></div>
</body>
</html>