-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Notification and Avatar #14
Comments
Hey! Thanks for the feedback! On the website, you can find a recipe for adding email notifications: https://use-comments.netlify.app/recipes#send-an-email-after-receiving-a-new-comment. Since it's a self-hosted version, unfortunately, you need to "do it yourself". Let me know if you have any questions! Regarding the As for the avatar — I have some ideas about it. I want users to be able to pass |
Just after using Commont (https://www.commont.app/), I should say I absolutely love this commenting system! I was waiting for it for such a long time. about reply to, I think this is the most important, something necessary, at least for me. as I am not an expert to build it for myself, I can wait for it. and about notification, this is good to be notified when visitor post comments, but my request was if we can notify users when somebody replies to their comments. through email probably. because in my experience, nobody comes back to the page to check if his/her comment is being replied or not. Through my experience with Cusdis, I found their Telegram bot webhook very useful, so I could get notifications once I had new comments, I could get a message on telegram, immediately, and I could also reply with one-click from there. Can we also have such a system here? also as I am using the hosted version now, if one day I decide to do self hosting, is it easy to move the comments? because honestly I liked the commant.app UI, and I'd like to have one similar for my blog, to make it multilingual. this may not be possible through self-hosted useComments. right? are there a system to import and export comments? for example how can I import my comments from WordPress to hosted/self-hosted Commont? Thanks |
Thank you 😊
This is my number one priority as well. I expect to have it by the end of this month.
I'll think about it more, but one thing that I wanted to implement is custom webhooks. E.g. when someone adds a new comment, Commont could trigger a call to a REST endpoint provided by you. In this REST endpoint, you could handle whatever you need — send email, rebuild your page, send a notification to slack/discord/telegram etc. Would that be interesting? However, once there's a
This is a nice idea!
Right now, the easiest way is to email me and I'll send you a CSV or SQL with your comments dump 😅 Though I plan to add
Hmm, you could have multiple self-hosted instances, or differentiate between projects by passing a unique id, e.g.
Not yet, but I can help you with migration.
Commont is fully hosted, including the database. However, with useComment, you can use your own db, as long as it's supported by Hasura. Hasura currently supports the following databases:
As for Planetscale — AFAIK it's built on top of Vitess, which isn't compatible with any databases supported by Hasura. I think they had plans to add compatibility with Postgres, but there doesn't seem to be any progress on that. |
You're welcome :)
Perfect, I keep waiting, btw, I think having only one
This would be awesome!
I meant internationalizing the admin UI itself, not different projects for each language. BTW, I think if there were no limitation with comment numbers on hosted version, more users could use it.
Thanks. The thing is that I have more than 300 comments on my old wordpress site which I plan to move, and they are all included replies, so I may need to move once the reply function is ready.
Isn't it possible to move to something else than Hasura? two more thing I figured out about Commont just now: |
There's an unlimited number of comments in a paid version.
|
Yes, Commont has a CORS policy to only accept requests from a specified domain. You can set
Could you elaborate? The TLD is banned or the website itself? |
this is an amazing repo, I want to use it on my blog.
but there are still something missing, I'd like to be able to reply on others comments (I am a new learner so it's difficult to build it by myself 😀)
also, notification system could be good, through email maybe, so I'd like to inform users when I reply to their comments.
and Avatar I guess is easy to add.
Thanks!
The text was updated successfully, but these errors were encountered: