[Solved] Play youtube and facebook video by url


have a look:

[Embedded Video & Live Video Player]

https://developers.facebook.com/docs/plugins/embedded-video-player

Youtube:

<html>
 <body>
  <iframe src="http://www.youtube.com/embed/YOUR-YOUTUBE_VIDEO_CODE"
   width="560" height="315" frameborder="0" allowfullscreen></iframe>
 </body>
</html>

Replace YOUR-YOUTUBE_VIDEO_CODE with video code

0

solved Play youtube and facebook video by url