Getting started

Include the Singular overlay SDK JavaScript library in your HTML code:

Load Overlay SDK
<head>
  <!-- Include the Singular Overlay JavaSrcipt library -->
  <script src="https://app.singular.live/libs/singularoverlay/1.0.0/singularoverlay.js"></script>
</head>

Add a div to your HTML code for the Singular overlay instance:

Define Singular Overlay
<body>
  <!-- inside the div the iFrame of the overlay will be created -->
  <div id="SingularOverlay" style="width:720px; height: 400px;"></div>
</body>

Last updated