+ 1
How to make a comment section in HTML?
I am staring work on a blog for my music, and would like to add a comment section to get feedback.
1 Answer
+ 5
You can use Disqus. You can also create it, for example:
You can store your comments in a database (example table structure: ID, date, author ID, post ID, content). And show it with a loop structure or any other built in recourse from the language (Node.js, PHP, Java, Python, Ruby, etc). Some frameworks like bulma css have some componets for it too (media objects).