Show HN: Comntr – a widget that adds comments to your page
11–20 of 52 posts
Re: Show HN: Comntr – a widget that adds comments to your page
#12Re: Show HN: Comntr – a widget that adds comments to your page
#13Earlier quoted context omitted.
Curious about this too. I don’t like using Disqus (it’s so bloated) but the spam issue is pretty much non-existent even on several high-traffic sites.
Have you checked out Commento? It's open source and pretty lightweight: https://commento.io/
> Commento is a proud recipient of the Mozilla Open Source Support award. The $19,200 grant was given in recognition of Commento's contributions to make the internet more privacy-friendly.
That said, it uses akismet for spam control, which I'm not sure how trustworthy it is... But definitely better than nothing!
Re: Show HN: Comntr – a widget that adds comments to your page
#14so where's the data getting stored? in a database you are hosting?
Re: Show HN: Comntr – a widget that adds comments to your page
#15Re: Show HN: Comntr – a widget that adds comments to your page
#16https://github.com/comntr/http-server/blob/master/src/handle...
Re: Show HN: Comntr – a widget that adds comments to your page
#17Re: Show HN: Comntr – a widget that adds comments to your page
#18My first post about the web extension idea got some interest (and almost 150 stars on github!), so I've made the next logical step: an that renders the comntr.github.io page and effectively adds comments to your page. The spam problem is partially addressed by the filters: the iframe.src can have a special ?filter=[...] param that can hide some of the comments you don't like. Although it's unlikely one can bypass the…
Re: Show HN: Comntr – a widget that adds comments to your page
#19This is really cool! One step closer to a decentralized Web.
Re: Show HN: Comntr – a widget that adds comments to your page
#20was able to inject script via the username https://github.com/comntr/http-server/blob/master/src/handle...