Manual Installation
Plugin Integration
Web plugin can be installed into any website using this flow.
Add the script below to the end of the HTML document body (before the </body>). Fill in these instructions with your settings (see description of each setting).
<script>
var dmBrandId = "YOUR_BRAND_ID"; //Should be taken from Brand Panel
var dmBannerBtnSelector = "#openBannerBtn";
var dmCheckDomain = 'true';
var dmHandleClicks = 'true';
var dmDesktopConfig = {
buttonPosition: "bottom_right", //"bottom_right", "bottom_left"
buttonMarginLeft: 0,
buttonMarginRight: 0,
buttonMarginBottom: 0,
buttonScale: 70,
};
var dmMobileConfig = {
buttonPosition: "bottom_right", //"bottom_right", "bottom_left"
buttonMarginLeft: 0,
buttonMarginRight: 0,
buttonMarginBottom: 0,
buttonScale: 40
};
</script>
<script type="text/javascript" src="https://dm-plugin-assets.s3.us-east-2.amazonaws.com/dm-games-bundle.js"></script>
Go back to the Brand Panel and Approve the Request to connect the plugin to the Brand Panel.
Plugin settings
Last updated
Was this helpful?