mirror of
https://github.com/danpros/htmly.git
synced 2026-04-18 03:26:20 +05:30
Add Facebook comments
Add Facebook comments as comment system options.
This commit is contained in:
parent
def856716a
commit
a6bfc5a7ce
14 changed files with 57 additions and 16 deletions
|
|
@ -19,7 +19,14 @@ blog.menu = ""
|
|||
; Breadcrumb home text. Useful when installed on subfolder.
|
||||
breadcrumb.home = "Home"
|
||||
|
||||
; Disqus
|
||||
; Comment system. Choose "facebook" or "disqus".
|
||||
comment.system = "facebook"
|
||||
|
||||
;Facebook comments
|
||||
fb.num = "5"
|
||||
fb.color = "light"
|
||||
|
||||
; Disqus comments
|
||||
disqus.shortname = ""
|
||||
|
||||
; Google+ publisher
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue