I need to show a page inside a certain area in another page
can this be done in bubble??
Yes this should be possible…
Example.
Suppose you want to embed Page A into Page B.
Create a HTML element via the Bubble Editor on Page B and add an iframe tag into it.
The iframe’s src attribute should point to Page A’s URL
Andrew is correct, you can put iframe code in HTML elements.
Bubble handles iFrames a little bit funky, so if the page u want to embed is FROM YOUR OWN app, it might be better to just build a representation of the page (or make a reusable or whatever).
Bubble apps btw do no allow themselves to be iframed by default — you can enable that in the app’s settings.
This topic was automatically closed after 70 days. New replies are no longer allowed.