In this course, you will learn everything you need to get started with mave, a European video platform designed for seamless integration and optimal performance. We'll provide an overview of mave's features, guide you through setting up your account, and cover all the essentials for video integration using our component library.
You'll dive into mave and begin embedding videos from the get-go. We'll walk you through uploading your first video and embedding a basic video player on your website. You'll learn how to customize the player's appearance and functionality to match your brand and meet your specific needs.
The course will cover advanced features like the clip function for autoplay and teaser content, as well as the x-mave-pop feature for fullscreen video playback. You'll also learn how to create a video playlist using the list component, enhancing the user experience on your platform.
You'll learn about working with JWT tokens for secure video listing and implementing JavaScript event listeners to create interactive video experiences on your website.
You’ll get to know the in’s and out’s of mave, learn how to set up your account, and explore the possibilities.
There are multiple ways of integrating video into your website. We’ll show you how to use our component library to get started.
We’ll build a pizza video course together using all of the components available in 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.
Sign up today and get started for free with our 30-day trial.
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>