Skip to main content
Solved

Is it possible to insert a docebo iframe on a page with a public catalog?

  • July 31, 2025
  • 3 replies
  • 34 views

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?

Best answer by olimarrio

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.

3 replies

Laurenseife

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


olimarrio
Forum|alt.badge.img+5
  • Gainsight Employee ⭐️
  • Answer
  • August 1, 2025

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.


  • Author
  • Contributor ⭐️
  • August 1, 2025

Thanks ​@olimarrio!