Mengubah Url Youtube Menjadi Video - Dewa Blogger

Halaman

    Social Items

Buy Now
Lolos untuk dua bentuk URL YouTube ibarat ini Mengubah URL YouTube menjadi Video
$('p').html(function(i, html) {     var re  = /(?:http:\/\/)?(?:www\.)?(?:youtube\.com|youtu\.be)\/(?:watch\?v=)?(.+)/g,         vid = '<iframe width="420" height="345" src="//www.youtube.com/embed/$1" allowfullscreen></iframe>';     return html.replace(re, vid); });

Lihat Demo

Lolos untuk dua bentuk URL YouTube ibarat ini:

http://youtu.be/-joKveiaabA
http://www.youtube.com/watch?v=-joKveiaabA

Sumber: How to Convert a YouTube Video URL to the Iframe Embed Code, using jQuery


Sumber https://www.dte.web.id/

Mengubah Url Youtube Menjadi Video

Lolos untuk dua bentuk URL YouTube ibarat ini Mengubah URL YouTube menjadi Video
$('p').html(function(i, html) {     var re  = /(?:http:\/\/)?(?:www\.)?(?:youtube\.com|youtu\.be)\/(?:watch\?v=)?(.+)/g,         vid = '<iframe width="420" height="345" src="//www.youtube.com/embed/$1" allowfullscreen></iframe>';     return html.replace(re, vid); });

Lihat Demo

Lolos untuk dua bentuk URL YouTube ibarat ini:

http://youtu.be/-joKveiaabA
http://www.youtube.com/watch?v=-joKveiaabA

Sumber: How to Convert a YouTube Video URL to the Iframe Embed Code, using jQuery


Sumber https://www.dte.web.id/