How do you embed a video without having to upload it directly to the project?
Start in your knowtion project:
Create a text/image page and select the “Text Only” page layout.

Enter a space in the header.
Copy the following code:
<iframe title="desired title" frameborder="0" width="1200" height="675" style="position:absolute;top:0;left:0;width:100%;height:100%" src="https://www.youtube.com/embed/_fYUaTA9dTI?si=IJqkcTtjM0LlW-KT" type="text/html" allowscriptaccess="always" allowfullscreen="true" scrolling="yes" allownetworking="all"></iframe>
Important: Paste the link as “text only” in the text field on the page.
This can be done using the shortcuts “CTRL+SHIFT+V” (Windows) or Cmd+Shift+V (Mac), or by right-clicking on the paste options.
Save page
Now you need the URL of the video you want to add
Copy the embedded link of the video you want to add to your knowtion project.
This is how it works on youtube:
Click the “Share” button below the target video.

Click on “Embed”...

... opens the “embedded code.” In this code, the URL after “src=” is relevant.

Copy this line and return to knowtion.
Back in knowtion:
The link after “src=” in our text field is replaced by the target link you just copied. (Again, make sure to select the “text only” option.)
The desired title of the video is specified after “title=”.
Save page!
In the page and project preview, as well as in the exported project, the embedded video is displayed full-screen and can be started by clicking on it.