html - Automatically Embed Youtube Videos -
i'm looking way automatically embed youtube videos solely based on youtube urls, rather having go video, click share, click embed, , copy-paste html code site.
an example:
the youtube video https://www.youtube.com/watch?v=dqw4w9wgxcq (warning: rick roll)
when click share --> embed --> code given
<iframe width="560" height="315" src="https://www.youtube.com/embed/dqw4w9wgxcq" frameborder="0" allowfullscreen></iframe>
notice how placed embed
in there , altered lot of url
i have 100s of videos need for, going in , manually editing them isn't going work out.
is there way embed youtube video without altering url?
thanks help
so part of youtube url after v= video id. corresponds second after embed. if somehow list of video ids should able make type of loop run through , put video id after embed section.
Comments
Post a Comment