mave.io integration

Addon by mave.io

mave.io integration Main Screenshot

mave.io is a European video platform with a strong focus on user experience, providing smooth, cookieless video in just a few lines of code

A Statamic plugin for mave.io.

Based on statamic-iconify

License

The MIT License (MIT). Please see License File for more information.

How to Install

Run the following command from your project root:

composer require maveio/statamic-mave

In order for the field to work, you must add a mave.io API key and collection ID to your .env file like this:

MAVE_KEY=
MAVE_SUB=
MAVE_THEME=
MAVE_UPLOAD=false

Add the following to your Antlers template:


<mave-player embed="{{ mave_field }}"></mave-player>

Development

vite build --watch
composer require maveio/statamic-mave