Last active
February 5, 2017 01:28
-
-
Save pierrehenri220/42b747b7c0db6c45a8c6385e2e49a4fc to your computer and use it in GitHub Desktop.
Facebook likebox loader Part 1 of 3 (HTML)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="sns_likebox"> | |
<div class="fb-like-box" data-href="{url}" | |
data-width="322" data-height="382" | |
data-colorscheme="light" data-show-faces="false" | |
data-header="false" data-stream="true" | |
data-show-border="true"> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment