Add Facebook Comment System (#34)

Add Facebook Comment System
This commit is contained in:
Dillon
2020-01-29 15:20:42 +08:00
committed by GitHub
3 changed files with 26 additions and 0 deletions

View File

@@ -225,6 +225,13 @@ unsafe = true
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]