Guest User

Untitled

a guest
Feb 24th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="utf-8">
  4. <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
  5. </head>
  6.  
  7. <body>
  8.  
  9. <iframe width="560" height="315" src="https://www.youtube.com/embed/rI4kdGLaUiQ" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
  10.  
  11. <script>
  12. var channelID = "UCCTVrRB5KpIiK6V2GGVsR1Q";
  13. $.getJSON('https://api.rss2json.com/v1/api.json?rss_url=https%3A%2F%2Fwww.youtube.com%2Ffeeds%2Fvideos.xml%3Fchannel_id%3D'+channelID, function(data) {
  14. var link = data.items[0].link;
  15. var id = link.substr(link.indexOf("=")+1);
  16. $("#youtube_video").attr("src","https://youtube.com/embed/"+id + "?controls=0&showinfo=0&rel=0");
  17. });
  18. </script>
  19. </body>
  20. </html>
Add Comment
Please, Sign In to add comment