Hi Everyone.
I have a website which uses the comments app so visitors can leave... comments!
One page now has over 50 comments so I am looking at adding in a button every 10 comments which load the next 10 comments, and so on. Lazy load style
The site is using Bootstrap 4.6 so I tried using collapse but that only half works. I was wondering if anyone had tried something similar using Perch's pagination tags. The only issue I see is that next_url wants to link to a new page URL when what I am trying to achieve is to display the next set of comments directly underneath on the same page.
Any pointers would be gratefully received.
Many thanks
Glen