Configure a reverse proxy to serve embeddables on your domain
https://proxy.embeddables.com
)X-Embeddables-Id
header with the correct Embeddable IDPoint your page to our proxy server
https://proxy.embeddables.com
. This is the main endpoint that will serve your Embeddable content.For example, in Nginx:Verify the proxy is pointing to the correct page
https://yourdomain.com/your-reverse-proxy-page
in your browser. You should see content similar to what appears on https://proxy.embeddables.com
.Pass the correct Embeddable ID
X-Embeddables-Id
header to your proxy configuration. This header tells the proxy which specific Embeddable to serve.In Nginx, add this to your configuration:Add metadata headers (optional)
X-Embeddables-Title
: Sets the page titleX-Embeddables-Description
: Sets the page meta descriptionX-Embeddables-Favicon
: Sets the page favicon URLVerify that it's working
https://yourdomain.com/your-reverse-proxy-page
. You should now see your specific Embeddable being served with your custom metadata.Common issues at this stage:X-Embeddables-Id
header is correctly set.?savvy_flow_version=latest
query parameter to the URL to preview the latest version.