In this course, I'll guide you through everything you need to know to get your video content online using mave. Whether you're in marketing, a content creator, or even a developer, this course is for you – as long as you have a basic grasp of HTML.
I'll start by covering the fundamentals, then we'll dive into various components like the list component. You'll also learn how to create a custom pop, work with the text component, and I'll wrap things up by showing you how to use the end screen feature.
By the end of this course, you'll have all the skills you need to incorporate video into your site using mave.
Developer
David van Leeuwen is a web developer with over 15 years of experience. Throughout his career, he has collaborated with multidisciplinary teams on projects for renowned companies such as Sonos, WeTransfer, and Red Bull.
David is currently leading the development of mave and will be the mentor if this course. He is enthusiastic about sharing his knowledge and helping you get started with video integration.
1
2
3
4
5
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/+esm";
</script>
<mave-player embed="ubg50Cq5Ilpnar1"></mave-player>
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/dist/react.js";
</script>
<Player embed="ubg50Cq5Ilpnar1"></Player>
<script type="module">
import { Player } from "https://cdn.video-dns.com/npm/@maveio/components/+esm";
</script>
<mave-player embed="ubg50Cq5Ilpnar1"></mave-player>