You can use the 2-part embed code to easily embed your embeddable in your website or web app.

Please refer to our more specific pages for embedding in a React app or a React Native app.

1

Grab the embed code

Head to the embeddable in the Web App and view the embed code from the button at the top.

2

Insert the first part in the Head

The first part of the embed code (the large part) should go in the <HEAD> of the page.

This only needs to be added once. If it’s already installed on all pages of your site then you can skip this step.

This is the large part that starts like this:

Embed Code - Part 1/2
<script> const SAVVY_PRELOAD_IDS=...
3

Insert the second part in the Body

The second part of the embed code should go in the <BODY> of the page, wherever you want the embeddable to appear on the page.

The is the part that looks like this (where flow_abcdefhijklm is your embeddable ID):

Embed Code - Part 2/2
<savvy id="flow_abcdefhijklm"></savvy>

Embedding in a web app or native app?

Troubleshooting

React is giving me a warning about an unrecognized <savvy> tag

Head to our How-To guide for embedding in React.