I think the issue you’re running into is using the videoID in your src of the iframe. When i swapped it out to the channel name instead $('#vid').html('<iframe src="http://player.twitch.tv/?channel=freecodecamp&autoplay=true" frameborder="0" scrolling="no" height="378" width="620" allowfullscreen="true"></iframe>'); } }); I was able to get the iframe to load.