How to allow users to embed something on their website from the bubble app

Hello Everyone,

Let’s say I have an app like Shopify where people can add products. How would it be possible to allow people to embed this product onto their website? Can they render the app as an iframe from an embed code?

How could they show the product they added on bubble on their website?

Thanks

Yeah, via an iframe or via your app’s API.

This is an html code for videos. tell me if it works or not

<iframe width="560" height="315" src="www.yourwebsite.com/" title="ExampleName" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

Or generate an HTML snippet maybe?

This topic was automatically closed after 70 days. New replies are no longer allowed.