Update - I solved it.
I had the wrong iframe code. I made it more difficult than it needed to be I think
Original Question Below
Hello and Thank You for taking the time here… Can I show a webpage inside my Bubble app?
I want to display a webpage inside of my bubble app. It can be in an iFrame if that’s possible. I’m not sure how to do this though.
Any help would be awesome!
Here’s what I got so far…
I have this Bubble page and I’m trying to get a webpage to embed into it. I grabbed an html element and am trying to use an iFrame to show my webpage, wadesellers.com inside of it.
<iframe src=“https://wadesellers.com/” style=“border:1px #000000 solid;” name=“resa” scrolling=“yes” align=“top” height=“500” width=“1200”>
When I preview it, this is what I see…
I’m still tinkering but I can’t seem to make progress beyond this. Am I close? Any suggestions? Again, Thanks for taking the time to offer your wisdom. You’re Awesome!


