Skip to content

Instantly share code, notes, and snippets.

@espeon
Created September 23, 2020 07:39
Show Gist options
  • Select an option

  • Save espeon/59112744107139661a63c4b8aca70093 to your computer and use it in GitHub Desktop.

Select an option

Save espeon/59112744107139661a63c4b8aca70093 to your computer and use it in GitHub Desktop.
function onYouTubeIframeAPIReady(){var e=document.getElementById("youtube-audio"),t=document.createElement("img");t.setAttribute("id","youtube-icon"),t.style.cssText="cursor:pointer;cursor:hand",e.appendChild(t);var a=document.createElement("div");a.setAttribute("id","youtube-player"),e.appendChild(a);var o=function(e){var a=e?"b.png":"b.png";t.setAttribute("src","https://co.uk/"+a)};e.onclick=function(){r.getPlayerState()===YT.PlayerState.PLAYING||r.getPlayerState()===YT.PlayerState.BUFFERING?(r.pauseVideo(),o(!1)):(r.playVideo(),o(!0))};var r=new YT.Player("youtube-player",{height:"0",width:"0",videoId:e.dataset.video,playerVars:{autoplay:e.dataset.autoplay,loop:e.dataset.loop},events:{onReady:function(e){r.setPlaybackQuality("small"),o(r.getPlayerState()!==YT.PlayerState.CUED)},onStateChange:function(e){e.data===YT.PlayerState.ENDED&&o(!1)}}})}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment