본문으로 건너뛰기

댓글 플러그인

Giscus (추천)

GitHub Discussions 기반. 무료, 광고 없음, 오픈소스.

createCommentsPlugin({
provider: "giscus",
config: {
repo: "owner/repo",
repoId: "R_xxx",
category: "Announcements",
categoryId: "DIC_xxx",
},
})

repoIdcategoryIdgiscus.app에서 설정하세요.

Utterances

GitHub Issues 기반.

createCommentsPlugin({
provider: "utterances",
config: {
repo: "owner/repo",
issueTerm: "pathname",
theme: "github-light",
},
})

Disqus

createCommentsPlugin({
provider: "disqus",
config: {
shortname: "your-disqus-shortname",
},
})