Threads
Comments can have replies, and those replies can have replies — creating threaded conversation threads. This keeps discussions organized and easy to follow.
How Threading Works
Section titled “How Threading Works”When someone replies to a comment, their reply appears indented beneath the original comment. If someone replies to that reply, it indents again, creating a thread.
Original Comment ↳ First Reply ↳ Reply to the Reply ↳ Second ReplyAnother Top-Level CommentThis structure makes it clear who is responding to whom, even in complex conversations.
Data Structure vs. Visual Display
Section titled “Data Structure vs. Visual Display”In the database: JamComments supports unlimited nesting depth. A reply can have a reply, which can have a reply, and so on indefinitely.
On your site: For readability, the comment widget visually displays threads up to 2 levels deep:
- Level 0: Original comment
- Level 1: Direct replies to the original
- Level 2: Replies to those replies
Replies beyond level 2 still appear on the page, but at the same indentation as level 2.
Leaving a Reply
Section titled “Leaving a Reply”Each comment has a Reply button. Clicking it opens a reply form right beneath that comment. When you submit:
- Your reply is linked to the parent comment.
- It appears indented beneath the parent.
- The parent comment’s author receives an email notification.
Reply Notifications
Section titled “Reply Notifications”When someone replies to your comment:
- You receive an email notification.
- The email includes the reply content.
- A link takes you directly to the conversation.
If you comment anonymously (without a JamComments account), you won’t receive email notifications. This is one benefit of creating an account.