I am trying to make web with audio on backgroud using Youtube audio
I found this code
<body>
<div data-video="Iq1OzH9adIc"
data-autoplay="1"
data-loop="1"
id="youtube-audio">
</div>
</body>
<script src="https://www.youtube.com/iframe_api"></script>
<script src="https://cdn.rawgit.com/labnol/files/master/yt.js"></script>
But audio will play when button clicked
any suggest how to make it auto play ??