Skip to main content

Plugin Configuration

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.

To add Plugins, you can use the following configuration.

AttributeTypeDescription
pluginsPLUGIN_NAME : PLUGIN_CONFIG_OBJLura Player Plugins
...
LuraPlayer("myPlayerDiv", {
...
plugins: {
...
PLUGIN_CONFIG_NAME: {
...
PLUGIN_PARAM : VALUE
...
}
...
},
});
...