astrofy icon indicating copy to clipboard operation
astrofy copied to clipboard

Add comment function under blogs

Open kiri10ten opened this issue 1 year ago • 6 comments

kiri10ten avatar Jul 30 '23 19:07 kiri10ten

hi, i made with a simple idea i implement github discussion using giscus like this image and it is more than awesome for me with the simplist of it

go here in it https://giscus.app/ and you will have one

m-1226 avatar Aug 01 '23 15:08 m-1226

Hi @kiri10ten and @m-1226 thanks for the comments.

Some time ago I made another solution and I used ficus too and it is quite easy to integrate.

The problem is that gicus is a solution focused only on github users and I don't know if this could be a limitation. Then I'm going to find out if there is any free service that could be integrated as well that will not bind us to github only but always as something optional

manuelernestog avatar Aug 16 '23 20:08 manuelernestog

I'm going to close this for now. Adding comments requires a backend for it to work and although Gicus is an elegant way to solve this problem it would only be for Github users. This should be left to the user's consideration according to their needs on their blog.

manuelernestog avatar Oct 05 '23 16:10 manuelernestog

The Waline comment system can solve this problem by supporting anyone to comment (even anonymous comments), and it can be deployed on Vercel for free. Here are the usage documents:

Get Started

(I am using translation software, there may be a deviation in sentence meaning)

EveSunMaple avatar Dec 11 '23 01:12 EveSunMaple

Hi @EveSunMaple. Thanks for sharing this. Looks excellent. I'll take a look 👀

manuelernestog avatar Dec 16 '23 00:12 manuelernestog

@manuelernestog I have submitted a PR manuelernestog/astrofy#62 #62

EveSunMaple avatar Feb 24 '24 13:02 EveSunMaple