Iframe embedding
The editor is embeddable in iframe too, using /auth-token/<token>
method. The only difference is that you use app-proxy.creatopy.com
subdomain instead app.creatopy.com
To ensure consistent integration, the iframe sends two messages to the parent window. One when the session starts and another when it ends, triggered by clicking the "End session" button.
You can catch the messages using the next script:
Session started
Session ended
Last updated