Embed code working in Storyline but not Rise.

Sep 27, 2021

I'm no coding expert but i'm converting a course from Storyline to Rise and in the Storyline Course, i have embeded a Sketchfab which works perfectly in Storyline. 

When i copy the exact same code to Rise it's saying it's not valid. Has anyone anyy idea why this is?

 

The code is

<div class="sketchfab-embed-wrapper">
<iframe title="A 3D model" width="640" height="480" src="https://sketchfab.com/models/eac39e8fb40c4dc89f01b8d8e750c9ba/embed?autostart=0&amp;ui_controls=0&amp;ui_infos=0&amp;ui_inspector=0&amp;ui_stop=0&amp;ui_watermark=1&amp;ui_watermark_link=0" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>
<p style="font-size: 13px; font-weight: normal; margin: 5px; color: #4A4A4A;">
<a href="https://sketchfab.com/3d-models/lead-cloth-seal-united-east-india-company-1805-eac39e8fb40c4dc89f01b8d8e750c9ba?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Lead Cloth Seal, United East India Company, 1805</a>
by <a href="https://sketchfab.com/maritimearchaeologytrust?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Maritime Archaeology</a>
on <a href="https://sketchfab.com?utm_medium=embed&utm_source=website&utm_campaign=share-popup" target="_blank" style="font-weight: bold; color: #1CAAD9;">Sketchfab</a>
</p>
</div>

 

3 Replies
Howie Pearson

I raised a ticket on this. 

For Rise, it turns out i had to cut out and use this part of the code only...

 

<iframe title="A 3D model" width="640" height="480" src="https://sketchfab.com/models/eac39e8fb40c4dc89f01b8d8e750c9ba/embed?autostart=0&amp;ui_controls=0&amp;ui_infos=0&amp;ui_inspector=0&amp;ui_stop=0&amp;ui_watermark=1&amp;ui_watermark_link=0" frameborder="0" allow="autoplay; fullscreen; vr" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>