Embed iframe issue of URL not changing advice required

Hello Everyone,

I am trying to do a full screen embed on a Webflow page. I am using the embed code below. I have tried other embed codes. However, once the user exists the embedded application it is meant to redirect to a specific page, which it does. However, the browser still shows the embedded URL. And unless the user manually enters a new URL the URL doesn’t change although you can click and go to other pages (without it changing the URL). Can someone who knows about these things tell me where I am going wrong.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>WEBSITE TITLE</title><meta content="text/html;charset=utf-8" http-equiv="Content-Type" /><meta content="utf-8" http-equiv="encoding" /></head><body><iframe src="EMBED URL" marginheight=0 marginwidth=0 frameborder="0" height="100%" width="100%" style="position:absolute; top:0; left:0;" ></iframe></body></html>

Thank you.
Ryan

You can use IFRAMES in embed elements but you can’t use the parent Body or HTML tags to do so.

I am not very technical. Do you mean to remove the tag?

Just include the IFRAME above extracted from your example.

1 Like

Hi, Thank you for your help. I could be doing it wrong, but I don’t think this solves the URL not changing issue.

I suggest you take a look at <iframe>: The Inline Frame element - HTML: HyperText Markup Language | MDN

1 Like

Thanks. I tried it. It doesn’t solve this specific. There may not be a solution.

Can you please explain to me in what you want to achieve as it was not entirely clear to me? I may be able to assist you. Just be as detailed as you can.

1 Like

Hi, You have been very helpful. I may come back to you later if I still require it. I am considering dropping this form of iframe embed if I can as I may have a better alternative. Thank for your time.