I used the following code to embed a video from my facebook page into my web application.
<iframe src="https://www.facebook.com/video/embed?video_id=XXX" width="720" height="1280" frameborder="0"></iframe>
A simple browser can play them smoothly because most desktop browsers have a flash player. But when I open them using mobile browsers to view my web application, he needs to update / install the flash player.
I know the best way to embed video in HTML5 for a mobile browser. But I donβt know how to embed Facebook video with HTML5?
Please give your advice to embed Facebook with HTML5 video.
Sophy source
share