I have a search engine where it will display a list of URL where it will redirect you to the website, how will I only get the video?
here's the list of the example URLs
https://archive.org/details/nazi_concentration_camps
http://www.kumby.com/teekyuu-3-episode-9/
https://www.youtube.com/watch?v=fI3zBtE_S_k
Is there a code in PHP or jquery or javascript? or anything that it will only get the embed video and will display it in iframe or popupwindow or anything? fancybox?
I'm just a new programmer. So please help me. Thanks in advance :)
<iframe id="player1" src="http://www.kumby.com/teekyuu-3-episode-9/?api=1&player_id=player_1" width="500" height="500" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
Sorry ;
<iframe id="player1" src="http://www.kumby.com/teekyuu-3-episode-9/" width="300" height="210" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
you need to take videoUrl and then You will link to the iframe.
<iframe width="560" height="315" src="//www.youtube.com/embed/fI3zBtE_S_k" frameborder="0" allowfullscreen></iframe>