Embed the SDK in the HTML Page
Embed the SDK in the HTML
Add the following lines within the <head> section of your HTML document.
-
Include JavaScript: Add the
<script>tag before other JavaScript code.<script src="{BaseURL}/dtone-sdk.js"></script> -
Include Stylesheet: Add the
<link>tag to include the SDK's CSS.<link rel="stylesheet" href="{BaseURL}/dtone-sdk.css" />
Updated 8 months ago