Sommerregen / grav-plugin-jscomments

JSComments is a Grav (http://github.com/getgrav/grav) plugin which allows to integrate comments into individual pages from Discourse / Disqus / Facebook / Google+ / HyperComments / IntenseDebate / Isso, and Muut comment systems.
Other
29 stars 9 forks source link

Add support for commento #30

Open Devil505 opened 6 years ago

Devil505 commented 6 years ago

Could you add commento as provider ?

https://commento.io/

Thanks

leycec commented 4 years ago

Like GitLab, Commento is both open-source and supports self-hosting. Unlike Grav, Commento is super heavyweight – requiring both Go and PostgreSQL. Nonetheless, the ideal long-term solution might be for someone who is not me to author a new Grav plugin specifically integrating a self-hosted server-side Commento installation with Grav. That would be the Second Coming of comment moderation.

Fortunately, manually integrating Commento's paid cloud service with Grav is a trivially solved problem. Just embed the following HTML two-liner somewhere deep within the Twig page partial for your current Grav theme and you're good to go:

<div id="commento"></div>
<script src="https://cdn.commento.io/js/commento.js"></script>

That's it. Given how lightweight Commento is, the barrier to entry is about as low as it gets. That said... yes, it'd still be awesome if someone who is not me added Commento support to this plugin. :heart_eyes: