Skip to main content
Solved

Embedding Web Content

  • May 20, 2022
  • 2 replies
  • 273 views

Do you use the HTML iframe to embed content hosted on other servers in your TI content?  For example, audio, video, and code-sandboxes can be embedded. 

Best answer by LaceyS

@Rebeccapeltz - We do embed some video and audio content. The article pages seem to work best with this, and you’ll need to create a mobile-responsive embed container to house the content. I have also embedded some survey links and such inside of and actual course template. It is doable, but you have to do a good bit of testing on both desktop and mobile views to ensure that it appears the way you want it to on different screen sizes. I’ve found a lot of success using a website called embedresponsively.com to create containers without writing code from scratch.

2 replies

  • Inspiring
  • Answer
  • May 21, 2022

@Rebeccapeltz - We do embed some video and audio content. The article pages seem to work best with this, and you’ll need to create a mobile-responsive embed container to house the content. I have also embedded some survey links and such inside of and actual course template. It is doable, but you have to do a good bit of testing on both desktop and mobile views to ensure that it appears the way you want it to on different screen sizes. I’ve found a lot of success using a website called embedresponsively.com to create containers without writing code from scratch.


  • Author
  • New Contributer
  • May 23, 2022

@LaceyS thanks for the embed link! I can see how that would be very helpful.