How to add a videos to articles ? Simple Add methods is based on awesome feature of edditor - HTML rendering support
Youtube
Youtube provide a guide Embed a video or playlist
- On a computer, go to the YouTube video or playlist you want to embed.
- Click SHARE “”.
- From the list of Share options, click Embed.
- From the box that appears, copy the HTML code.
- Paste the code into your website HTML.
So the code looks like and you could use this template if it works to you faster
<iframe width="560" height="315" src="https://www.youtube.com/embed/[Your video id]" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen ></iframe>
Loom
Loom is quite good for a screan recordings and seminars etc Follow the same pattern . Loom guide
Vimeo
One more platform but not free Guide
Peertube
Whats to do if you want to use more private video hosting with better ownership and be a bit of independence from a BIG companies?
PeerTube is an open-source, decentralized video hosting network that allows users to host their own video content and create their own video channels. It’s a part of the broader movement to decentralize the web and give control back to users, aligning with principles like data privacy and self-sovereign identity (SSI).
How PeerTube Works
Decentralization: Unlike centralized platforms like YouTube, PeerTube doesn’t rely on a single entity or server. Instead, it operates on various servers hosted by different individuals or organizations. These servers, known as instances, communicate with each other, allowing users to search for and view content across the entire network.
Federation: PeerTube uses ActivityPub, a protocol for decentralized social networking, to enable instances to interact with each other. This means that a user on one instance can follow, comment on, and share videos from users on other instances.
Peer-to-Peer Streaming: PeerTube utilizes WebTorrent, a technology that allows users to stream videos directly from one another. When you watch a video, your device also helps distribute it to other viewers, reducing the load on the host server.
Open Source and Customizable: Being open-source, PeerTube’s code is available for anyone to see, modify, and contribute to. This allows for a high degree of customization, and users can choose or create instances that align with their values and needs. Read more about peeertube
How to
I personally use a https://diode.zone/ but you could pic one that resonate to you So process is same
- click share on uploaded video
- coppy code from embedded tab