Forum Discussion
DanaVonBerg
2 years agoCommunity Member
Embedding PDF files to open up in a frame with a RISE 360 page
Hi Everyone,
I have been adding PDF files to a RISE course page, as multimedia items that you can attach to the page. Although this gets the content into RISE, it does not open within a frame (li...
Chris-Santos
2 years agoStaff
Hi Dana,
You'll need to host the PDF online and then use the URL for the file as a source in an <iframe>
when using the Embed block (Multimedia > Embed). Here's an example:
In the above example, I hosted the PDF in Amazon S3 and grabbed the URL of the PDF, and used it as a source. Here's the <iframe>
code I used:
<iframe src="https://articulate-us.s3.amazonaws.com/support-share/short-lived/csantos/Form_501.pdf"></iframe>
You can use the syntax above and just replace my URL with the URL for your file once you have the PDF hosted online.