Alternate url path via Vanilla plug in for wordpress
Hi,
I wanted to create multiple forum landing pages in wordpress. I have no problem using the javascript code that's auto generated via the vanilla forum plug in and simply insert that into other wordpress pages, but that code only brings you to the vanilla forum root / home page. Is there a way to inject alternate paths or slugs so that I can have some landing pages start out at different forums or locations rather than the default or home screen screen of the forum. I realize I can use IFrame and simply reference the vanilla forum url path external to wordpress, but prefer the javascript method.
P.S. The javascript I'm about that is auto generated is:
<script type="text/javascript" src="https://www.example.com/vanilla/js/embed.js"></script
Thank you!