- Embed in your site’s frontend using the embed code (in raw HTML, React, or React Native)
- Set up a reverse proxy
- Integrate with your site’s backend
Embedding in your site’s frontend
You can use the 2-part embed code to easily embed your Embeddable in your website or web app:Embed in your site
How to publish your Embeddable inside your site’s frontend
How To: Embed in a Webflow site
How to publish your Embeddable to your Webflow site
How To: Embed in a WordPress site
How to publish your Embeddable to your WordPress site
How To: Embed in a React app
How to publish your Embeddable inside a React app
How To: Embed in a React Native app
How to publish your Embeddable inside a React Native app
Setting up a reverse proxy
Publishing your Embeddable via a reverse proxy can be done in 4 steps:Verify the proxy is pointing to the correct page
Verify that by going to https://yourdomain.com/your-reverse-proxy-page, you see a page similar to what you see on https://proxy.embeddables.com itself.
Add metadata headers (optional)
You can customize the page metadata by adding these optional headers:
X-Embeddables-Title: Sets the page titleX-Embeddables-Description: Sets the page meta descriptionX-Embeddables-Favicon: Sets the page favicon URL
Reverse Proxy Setup - full guide
Go into more detail about how to set up a reverse proxy to serve Embeddables content through your own domain.
Integrating with your site’s backend using the Embeddables API
You can also integrate directly with the Embeddables API from your site’s backend, to serve an Embeddable using Server-Side Rendering (SSR).Embed via backend integration
How to publish your Embeddable from the backend via Server-Side Rendering

