Yes! You can make the "Show More" button automatically reveal a set amount of content instead of manually adding each chunk.
How?
- Store all content in a hidden . Use JavaScript to reveal a
- specific number of paragraphs (or sections) each time the button is
clicked
- Keep revealing until all content is shown, then hide the button.