Complete Player documentation is available for download below.
Basic implementation steps are:
Step 1: Place Idomoo’s Player script
Place player’s script above player's div.
<script type="text/javascript" src="https://player.idomoo.com/latest/main.js"></script> |
Step 2: Place Player code
Insert the following HTML in your page, at the exact location where you want the player to appear.
<div id="idm-player"></div> |