norangLemon / norang.io

posts in markdown powered by hexo
https://norang.io
0 stars 0 forks source link

[theme] facebook sdk 달아보기 #3

Closed norangLemon closed 7 years ago

norangLemon commented 7 years ago

config의 348번째 줄부터

# Facebook SDK Support.
# https://github.com/iissnan/hexo-theme-next/pull/410
facebook_sdk:
  enable: false
  app_id:       #<app_id>
  fb_admin:     #<user_id>
  like_button:  #true
  webmaster:    #true

# Facebook comments plugin
# This plugin depends on Facebook SDK.
# If facebook_sdk.enable is false, Facebook comments plugin is unavailable.
facebook_comments_plugin:
  enable: false
  num_of_posts: 10  # min posts num is 1
  width: 100%       # default width is 550px
  scheme: light     # default scheme is light (light or dark)
norangLemon commented 7 years ago

구현 끝! 다른 댓글 기능도 많던데, 익명으로 달 수 있는 기능이 있으면 찾아보고 추가하는 것도 좋겠다.