Plans

 Forever Free

 Essentials

 Scale

 Enterprise


User roles

✗ Reader

ⱱ Writer

ⱱ Admim





Why?


Embedding content can be useful to get your 3rd party content into a card! Think of content you can't create in Whale itself. You want your colleagues to show a map of your office on Google Maps or embed the monthly company meeting from Wistia? That's just easily done using our iFrame option. 


 How?

 

When you create or edit a card you can find the iFrame entry box under "Whalee" > "iFrame"



Once you click on iFrame, you will see a box pop up that contains a text field. It's in that text field that you need to copy your iFrame code.


An important note here is to copy only the <iframe...></iframe> text. There can't be any other types of code included after or before, otherwise you will get an error that the content is invalid. Anything won't work! 


So for example the underneath code is not going to work because it has <script...></script> attached to it. Removing that will make this work! 


Wrong!

<iframe src="https://--------------" title="How to Access and Use Our Playbook Template Gallery ? Video" allow="autoplay; fullscreen" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" msallowfullscreen width="640" height="360"></iframe>
<script src="https://fast.wistia.net/assets/external/E-v1.js" async></script>


Correct!

<iframe src="https://--------------" title="How to Access and Use Our Playbook Template Gallery ? Video" allow="autoplay; fullscreen" allowtransparency="true" frameborder="0" scrolling="no" class="wistia_embed" name="wistia_embed" msallowfullscreen width="640" height="360"></iframe>


You can find the iFrame code on the 3rd party app where this mostly will be situated under the "share" option. (Where to find this is, is something that app will be able to help you with!)



Video



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article