Appearance
Integrations
Didomi
Didomi is always active, the snippet is hardcoded in every template and the API KEY can be configured in (refactoring)Settings -> didomi -> didomi-apikey
.
DailyMotion
In XGO to play dailymotion videos the param window.dmpi is required.
dmpi is the id of the player configured in DailyMotion by the client.
This param must be declared in html-page-topa to be available in contents:
javascript
<script>
...
window.dmpi = "x92ag"; //Debate player id for testing
...
</script>