Created
October 26, 2018 22:38
-
-
Save pedroribeirodev/fd5aab5487b4d1d802be03fe582ad647 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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