--- --- // Youtube Player API // create script tag and add to DOM var tag = document.createElement('script'); tag.src = "https://www.youtube.com/iframe_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag); // Array of videoIds // The key corresponds to the data attributes in about/index.html var playerInfoList = [ {type: 'yt', key: 'UOIJNygDNlE'}, {type: 'yt', key: 'nz-LcdoMYWA'}, {type: 'yt', key: 'sZx3oZt7LVg'}, {type: 'yt', key: 'RvUP7vX2P4s'}, {type: 'slideshare', key: 'http://www.slideshare.net/sujatatibre/g-rpc-talk-with-intel-3'}, {type: 'slideshare', key: 'http://www.slideshare.net/VarunTalwar4/grpc-design-and-implementation'}, {type: 'slideshare', key: 'http://www.slideshare.net/VarunTalwar4/grpc-overview'}, {type: 'slideshare', key: 'http://www.ustream.tv/recorded/86187859'} ]; function createPlayer(key) { $('#player').append('