I have created a basic personality quiz in JavaScript that has four outcomes. I want to make it where people can share their results after they complete the quiz, but I'm not sure the best way to do it. The solution would need to be HTML/CSS/Javascript based, as I'm doing this on a CMS.
I thought about setting up separate pages with redirects, but I'd rather avoid redirects if possible.