// This example shows how to embed a YouTube video. Replace the author field value with your YouTube channel’s ID. // If you have multiple channels, you can add a comma separated list of IDs: author:String = “ChaoticMystic”; var player; function onYouTubePlayerAPIReady() { player = new YT.Player(‘youtube_player’, { height: ‘390’, width: ‘640’, videoId: ‘M7lc1UVf-VE’, playerVars:…