How to make a comment section in HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

19th Apr 2018, 1:35 AM
Wolf Web
Wolf Web - avatar
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).
19th Apr 2018, 1:52 AM
Mickel
Mickel - avatar