Skip to main content

Is it possible to insert a docebo iframe on a page with a public catalog? We’d like it to be in an iFrame. Does this need to be a customization made with a developer or with some code?

I’m curious about this answer too so will be following along! 


Hi ​@jyzaguirre-conga 👋,

This should be possible without a developer (although it can depend on how you want the experience to be configured).

Simply use the HTML widget and add the following code:

<iframe src="ADD YOUR URL HERE" title=""></iframe>

You can add other attributes such as height and width to this. Check out the following resource for examples.


Thanks ​@olimarrio!