Skip to content

Instantly share code, notes, and snippets.

@fronteer-kr
Last active August 29, 2015 14:27
Show Gist options
  • Save fronteer-kr/64a788d9fc0886fc2bcd to your computer and use it in GitHub Desktop.
Save fronteer-kr/64a788d9fc0886fc2bcd to your computer and use it in GitHub Desktop.
facebook plugin HTML 영역
<!-- 기본 -->
<div id="fb-root"></div>
<!-- '좋아요' -->
<div class="fb-like"
data-href="http://www.your-domain.com/your-page.html"
data-layout="standard"
data-action="like"
data-share="true"
data-show-faces="true">
</div>
<!-- '댓글' -->
<div class="fb-comments"
data-href="http://www.your-domain.com/your-page.html"
data-width="100%"
data-numposts="3"
data-order-by="reverse_time"
data-colorscheme="light">
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment