Skip to content

Instantly share code, notes, and snippets.

@pedroribeirodev
Created October 26, 2018 22:38
Show Gist options
  • Save pedroribeirodev/fd5aab5487b4d1d802be03fe582ad647 to your computer and use it in GitHub Desktop.
Save pedroribeirodev/fd5aab5487b4d1d802be03fe582ad647 to your computer and use it in GitHub Desktop.
var string = "<div class='item'>"+
"<h2>" + item.snippet.title + "</h2>" +
"<iframe class='video w100' width='640' height='360' src='https://www.youtube.com/embed/" + item.id.videoId + "' frameborder='0' allowfullscreen></iframe>"
"</div>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment