Can't get my iframe to work

I want to put a certain page in an iframe on a website. I found that I had to use the HTML bric and use < iframe> < /iframe> to make this work. (spaces added to make this visual)
But somehow I can’t get this to work: it about this page: https://www.ivorenkruis.nl/include/content.cfm?I=33&amp;T=17&amp;M=38&amp;S=0&amp;PAGE=Folders

Thanks in advance

beware some sites can prevent them being embedded in iframes.

I have had this same page embedded in an iframe on the old website (made in Freeway) so I hoped it would work in Blocs too…

Still struggling with this. I found a shorter link to the page: https://www.ivorenkruis.nl/include/content.cfm
Still no luck…

I found it and in case someone stumbles upon the same problem; here’s the solution that I used:
Indeed the page needs to be in an iframe: < iframe> page < /iframe> (spaces added to make this visual). But it also needs a source: src=“http://www.page.com” and finally it needs a width so it can be responsive: width=“100%”, height can be used as needed.
Makes a total of the following code: < iframe width=“100%” height=“1000” src=“http://www.page.com”>< /iframe>
As simple as that…

1 Like

I am trying to do something similar in that I have an image on my Blocs site that has a link behind it to another companies website. That link is is going to a specific page on the other company site. So I need to have the iframe code on my Blocs site that will take the user to the right place. I am unsure how to properly do that with the widget bric.

I can add a widget bric to my Blocs site to embed the iframe product info on the page … However, the end result needs to be that the user is redirected FROM the Blocs site over to the other company site to allow them to view products available to them.