feat: 在綫聊天新增facebook洽談外掛程式 closed #918

feat: 添加artalk評論 closed #933
fix: 修復 開啟 archor 後, facebook評論加載不正確的 bug
fix: 修復 facebook 評論數無法加載的 bug
This commit is contained in:
Jerry
2022-07-17 01:14:41 +08:00
Unverified
parent dbb31dec99
commit a36c9ca6d2
17 changed files with 281 additions and 23 deletions

View File

@@ -19,6 +19,8 @@ each name in theme.comments.use
when 'Giscus'
!=partial('includes/third-party/comments/giscus', {}, {cache: true})
when 'Facebook Comments'
!=partial('includes/third-party/comments/facebook_comments', {}, {cache: true})
include ./facebook_comments.pug
when 'Remark42'
!=partial('includes/third-party/comments/remark42', {}, {cache: true})
when 'Artalk'
!=partial('includes/third-party/comments/artalk', {}, {cache: true})