Go to Editor

Tutorials - Getting Started

Host and embed a project in your own server

Click on the Publish button at the top right menu of the editor. A modal window will appear.

Choose Download source code. This will take you to the download page.

Click the Download button and it will immediately start the download of a zip package with the exportation code.

Open the downloaded zip package.

In order to host the folder to your server you probably need to use an FTP client to upload the files. Here are some video tutorials using different applications to performance this task.

Copy and paste the code snippet below into the source code of your website, blog, platform, etc. and replace the commented parts to adjust them to your project's specifications.

<iframe src="<!-- The project's URL hosted in your server -->" width="<!-- The project's width (e.g. 800px) -->" height="<!-- The project's height (e.g. 500px) -->" style="border: none"></iframe>