Kudos! You have successfully created your first property. So far so good.
Now its time to go live!
The easiest way to go live is to embed the code snippet presented to you right after you have created a property.
It looks something like this:
<div id="l2it-audio-player"></div>
<script>
function initListen2It() {
Listen2It.init({
url: window.location.href,
org_id: '65e20eb3-XXXX-XXXX-XXXX-56d39c265f4b',
integration_id: '209db95d-XXXX-XXXX-XXXX-c5ed84bb8dae',
container: '#l2it-audio-player'
});
}
function initialize(i,t){var n;i.getElementById(t)?initListen2It():((n=i.createElement("script")).id=t,n.async=!0,n.src="https://staging.d2kz982x1fxq25.amplifyapp.com/widget.min.js",n.onload=initListen2It,i.head.appendChild(n))}function initiateCall(){initialize(document,"listen2it-widget")}window.addEventListener?window.addEventListener("load",initiateCall,!1):window.attachEvent("load",initiateCall,!1);
</script>
Paste the above code in your website wherever you want the audio player to render.
Note: Audio is only generated when play button has been hit at least once.
Alternatively, you can use the REST APIs. Click here to go to the REST API Guide.