Vivomeetings

Product details
Nick369Nick369
Nick369
Mar 12, 2024

Q: Hi, I have sites that use the learndash, amelia, memberpress plugins, could this work with these plugins?

Share
Helpful?
Log in to join the conversation
meshPLUS

The current workaround is to have a separate WP deployment in a subdomain with a simple theme, disabled header, and footer. Next, create an empty page “amelia-page” with no spacing, header, and add an Amelia shortcode. Once ready, you can embed this page on any external website:

<iframe width="700" height="700" src="https://www.your-domain.com/amelia-page"></iframe>
or
<embed height="560" width="315" src="https://your-domain.com/amelia-page">

Good suggestion!

We also simplified that now with the last update.

Just add the URL that contains the Amelia booking form in Simply Static -> Settings -> Forms -> iFrames.
We automatically replace the content of the static HTML page with an embedded iFrame of the original page.

This works with all kinds of dynamic content limited to a certain page and allows all of them to run on the same domain (instead of fiddling with a subdomain setup).