New answers tagged embed
3
You'll need to add some RDFa meta data to the header of your pages which contain video. For Facebook specifically, you'll need to add a <link rel="image_src" href="/URL/TO/VIDEO_THUMBNAIL.jpg" /> tag to indicate the video thumbnail, and a <link rel="video_src" href="/URL/TO/PLAY/VIDEO" /> to indicate the video player. Note that the video_src tag ...
0
In HTML5 there is a video tag, . this tag is customizable with looping capabilities as well as all the standard play,pause,volumn,ect. i use it all the time with my web design and development. For more info on this tag go here -->
http://www.w3schools.com/html/html5_video.asp
one thing to keep in mind with this tag is it is still fairly new as in the ...
Top 50 recent answers are included
