Replies: 10 comments 11 replies
-
Beta Was this translation helpful? Give feedback.
-
yesterday I had a search session for self-hosted php flat file comments system. Isso is a python solution, thus I wouldn't even consider this for a non techie blog user. Cusdis is a nodejs based system. No chances for this on typical LAMP shared hosting providers. After wasting so much time I found out somewhat a complete comment system list with all scripts I've already found and looked into: I even thought about looking at guestbooks scripts to adapt it as a comment system, but such "widgets" are relicts of the past. Basically we can choose from interact, and hashover(next, as it's v.2). integrating comments menagement into admin panel is next question. Having to manage every addon on its own is a managment killer. I was wondering about adding reactions to posts. One of comments system had this builting.Can't remind which one. As for the hooks you are proposing, isn't it more a part of supporting plugins? |
Beta Was this translation helpful? Give feedback.
-
I installed Interact, but have the problem that comments aren't post-specific. The same test comments are shown on every post. The comment system wants an identfier, what's the code to include the post id? |
Beta Was this translation helpful? Give feedback.
-
Has anybody gotten Interact's admin interface to accept a password via hash in the settings.php? I triple-checked and my hash seems to be alright, but I keep getting the info that the password is wrong. |
Beta Was this translation helpful? Give feedback.
-
This is a bit different from the other comment systems and I'm probably the only one who wants it, but, I'm considering to add Mastodon comments (another guide). It seems pretty easy to apply to static sites, but I'm afraid I'm not savvy enough to know how to apply it to HTMLy. |
Beta Was this translation helpful? Give feedback.
-
Are there any of these suggested solutions that:
I'd like to try out one of these solutions on my blog (and in custom themes). |
Beta Was this translation helpful? Give feedback.
-
I want to throw out another potential alternative. Flatpress (also GPL-2) has a baked-in comments system that when I used Flatpress was usable (though the anti-spam might be too light for some users). Assuming porting it to HTMLy is workable, is this a solution worth considering? |
Beta Was this translation helpful? Give feedback.
-
I have had many problems getting some of the third party comment systems to work with HTMLy but recently I stumbled across Hashover (2.0) and it worked right away. I read in this thread that Hashover is not an optimal system, but it works for me and very easy to integrate into the blog for a non techie. |
Beta Was this translation helpful? Give feedback.
-
I'm new to HTMLy, but one of the first things I did on my website has been setting up comments my own way, because I too think that Disqus (not to mention Facebook) nowadays are really not ideal. I'd be interested to see if some proper generic integration can be implemented (especially to allow anonymous comments), but for my own use case right now I'm happy with Giscus, which just uses GitHub Discussions and has a public instance, so doesn't require to install anything on the website server. I'm surprised no one has ever mentioned it yet in this discussion, given we're all GitHub users here! |
Beta Was this translation helpful? Give feedback.
-
You might check https://github.com/splitbrain/meh/ Unfortunately I did not succeed to make it work due to json parse data error, which I got no idea how to debug as this comment system communicates through avascript(?) api. It still might be a compat problem with freebsd, and I don't have enough time to put up even a local test environment to find the culprit. There are some security features like time blockade allowing to post after 30sec by default. wish you luck |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
There's been multiple issues open requesting alternatives to Disqus and Facebook for integrated comments so I wanted to get a discussion going for this. I explored a few of the recommended solutions and even built the integration for one, but I feel like this needs more input from users before deciding on a solution.
Beta Was this translation helpful? Give feedback.
All reactions