getting error when trying to embed a video from Wistia

Aug 30, 2022

I keep getting an error when trying to embed a Wistia video.   Wistia suggested removing some of the code so that iframe is doing its framing thing. Code was accepted but the video wasn't embedded. What am I missing?  The video plays just fine when I use the share link feature in Wistia.

4 Replies
Christopher Santos

Hi Cim,

The Rise 360 Embed block can only accept <iframe> code.  Based on your first screenshot, it includes other tags such as <div> and <script> which Rise can't read.

I copied the URL from your second screenshot and used an <iframe> code to paste it in Rise 360, and I was able to do that (see below):

Here's the code that I used for your reference: 

<iframe src="https://fast.wistia.net/embed/iframe/ivrssppdxa?videoFoam=true"></iframe>

Christopher Santos

Hi Cim,

The Rise 360 Embed block can only accept <iframe> code.  Based on your first screenshot, it includes other tags such as <div> and <script> which Rise can't read.

I copied the URL from your second screenshot and used an <iframe> code to paste it in Rise 360, and I was able to do that (see below):

Here's the code that I used for your reference: 

<iframe src="https://fast.wistia.net/embed/iframe/ivrssppdxa?videoFoam=true"></iframe>