Automatically load nested comments, when "deeplinking" to a comment
Hello together,
we are using AEM 6.1 with the Social Components Framework (SCF).
The following problem is occurring:
We are using the Comments component and allow replies to comments. This results in nested comments which need to be loaded via AJAX via the "load more" button.
But we also implemented sharing, and want to link to the anchor of the comment. However, this is not possible, since not all comments are loaded, when the page loads (just topLevel comments).
Is there either
- a way to force SCF to load all comments?
- or a way to deeplink to a comment and just load this one?
We don't want to send an AJAX request for each reply of a comment, as the HandleBars loadmore feature does.
Thanks in advance, maybe we are missing something really obvious.
Cheers,
Tim