Skip to main content

Getting Started

Lura Plugins are seamlessly integrated tools developed or managed by Lura Player developers to effortlessly add functionality, such as advertisements and analytics, to Lura Player. These plugins are made to simplify the commonly used measuring and monetization tools in the industry into Lura Player.

Getting started with LuraPlayer plugins is very easy. Just add plugins key to your config object and start experimenting.

const config = {
...
plugins: {
...
PLUGIN_CONFIG_NAME: {
...
PLUGIN_PARAM : VALUE
...
}
...
},
...
};
const player = new lura.Player(document.getElementById("player"));
player.setConfig(config);