Forum Discussion

CalebCummings-5's avatar
CalebCummings-5
Community Member
3 months ago

Embed Website into Rise Course

Hi community!

I'm curious to know if anyone has had success embedding a preview window of an external website into a Rise course. I know how to use iframe code to embed a Google Form/Slides or a YouTube video, but for the purposes of this training I'm developing, we need to send have a preview window (interactive if possible) of a drug website. For example: https://www.piqray-hcp.com/metastatic-breast-cancer/efficacy/study-design

I started with:

<iframe src="url" width="640" height="1285"></iframe>

 

And then embedded the URL into the code before embedding so that it reads as:

<iframe src="https://www.piqray-hcp.com/metastatic-breast-cancer/efficacy/study-design" width="640" height="1285"></iframe>

 

But it does not work for me. Any ideas? 

 

  • Hi Caleb, Unfortunately, not all websites will allow themselves to be displayed in an iFrame like that. This site is useful for double-checking whether a website can be used in an iFrame. Your site could not be embedded, and it looks like that is due to a privacy setting on the site itself.