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

Patrick_SimplyStatic
Jun 27, 2024A: No, as all of them need WordPress available at all times (login areas, payment integration, calendar event synching, and so on).


Verified purchaser
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">

Verified purchaser
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).