How to insert iFrame?

Hi all, :wave:t4:

I want insert this tool ( http://productfinder.petro-canada.com/ ) on my website.

I used the following code, but it doesn’t work.

<iframe src="https://productfinder.petro-canada.com/=" width="100%" height="900px" frameborder="0"></iframe>

Check it out live: Petro-Canada LUBE360™ | Online Lubricants

What am I missing here? :face_with_monocle:

Read-only: Webflow - Online Lubricants Ltd

Thank you for your help! :webflow_heart:

1 Like

Hey @RohanGanachari

Try adding this code to the embed

<iframe src="http://productfinder.petro-canada.com/" style="border:0px #ffffff none;" name="myiFrame" scrolling="yes" frameborder="1" marginheight="0px" marginwidth="0px" height="400px" width="100%" allowfullscreen=""></iframe>

Piter :webflow_heart:

Hi @PeterDimitrov,

It doesn’t work.
Maybe because its http instead of https. Maybe webflow isn’t allowing for security reasons?

1 Like

Hmm actually this can be the case

I’ve tried adding the code above to the live site and works fine