How to publish your Embeddable inside a React app
Grab the embed code
Insert the first part in the Head
<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:Insert the second part in the Body
<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):<savvy>
taguseEffect
hook: