Add Facebook Comment System

This commit is contained in:
realsangil
2020-01-04 11:25:34 +09:00
parent b556dfccc8
commit 89cb24cf19
3 changed files with 27 additions and 0 deletions

View File

@@ -221,6 +221,13 @@ staticDir = ["static", "../assets/others"] # static directories
placeholder = "Your comment ..."
visitor = true
recordIP = true
[params.facebook] # Facebook Comment Config (https://developers.facebook.com/docs/plugins/comments)
enable = false
width = "100%"
numPosts = 10
appId = ""
languageCode = "en_US"
[privacy] #### Privacy Info (https://gohugo.io/about/hugo-and-gdpr/)
[privacy.googleAnalytics]