isso
isso copied to clipboard
a Disqus alternative
In the following logic, we clear the comment text or close the box only after the API call succeeds. But if the API call takes a few seconds, then excited...
Hey ! I'd like to migrate from Commento but I didn't found any way to "convert" the database to the isso format :/
In the default Isso comment form, there are four form fields: content, name, email, and website. If I have no use for the "Website" form field, how do I remove...
Hi, I'm trying to adjust the capitalization of One Comment to One comment & 0 Comments to 0 comments by inserting this line in the client embed code: ``` ```...
Fixes #552 Adds a logout button to the header, in the top right. Tasks: - [ ] CHANGES.rst 
## Checklist - [x] I am running the latest version. Installing Isso from GitHub from the `master` branch does not fix my issue - [x] I have checked the [troubleshooting...
The `Dockerfile` might be using non-optimal base images and have too many steps as of now. I'm no docker expert and pretty much just threw together what I saw in...
Currently, the client is heavily DOM-dependent and written in ES5-compatible syntax. Testing - although some great improvements with `Jest` and `puppeteer` have been made - is still hard to do....
Would it be possible to have a Javascript-free client, for example with an iframe? If not, why?