Forum Discussion
Embed code in Rise 360 not working
I am trying to embed a code snippet from a Pickaxe chatbot into a Rise course. I am using the multimedia block and pasting the embed code in there, but every time I do this I get an error message to please include a valid iframe or URL. Here is the code I am pasting in there:
<iframe src="https://studio.pickaxe.co/_embed/MD50XNAH5U?d=deployment-083ac12a-c1fd-43ff-aaf0-e07a783a7ec3" style="width: 100%; height: 500px; max-width: 700px; border-radius: 4px;" frameborder="0"> </iframe>
Any idea what I am doing wrong?
Hi WhitneyLowe, I think all you have to do is delete the space before "</iframe>" at the end and you should be good to go. Hope it works (deleting the space worked for me)! 🙂
2 Replies
- rachelatkaiserCommunity Member
Hi WhitneyLowe, I think all you have to do is delete the space before "</iframe>" at the end and you should be good to go. Hope it works (deleting the space worked for me)! 🙂
- WhitneyLoweCommunity Member
Hi Rachel:
That was so easy and worked right away. Thanks so much!