Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

HTML5 video is an element introduced in the HTML5 draft specification for the purpose of creating a standards-compliant, plugin-free way for playing videos and movies, partially replacing the object element.

learn more… | top users | synonyms

0
votes
0answers
115 views

Facebook Meta Tags for different browsers

I am trying to post a video from a facebook application and I need it works for all browsers and for HTML5 if is available. I'm using these 3 video formats for that: flv, mp4 and webm. Here are the ...
3
votes
1answer
179 views

Embed html5 video player in facebook feed

Is it possible to embed html5 video player in facebook feed? I tryed to setup OpenGraph meta tags, but after page sharing (http://autru.com/f) Facebook still doing post as link to website.
0
votes
1answer
59 views

Is there a way to “hard-link” html code (links, form, buttons) with a video so that they are all displayed directly on facebook feed?

To give you a concrete example, kpsule.me manage to integrate into a video (but it’s in flash/swf) elements of interaction with the user(textual links, a form...). When a user shares the video on ...
1
vote
1answer
92 views

Is there a open-source tool or html5 framework to create interactive video

I would like to create videos on which i can put textual links (like a menu header), share links buttons (ex:share to twitter, "addthis-type" share links), a form to ask email the viewer email... I ...
3
votes
1answer
100 views

Personalized Video / Facebook App - What is the best approach?

I want to build a facebook app featuring a personalized video which imports content assets from the user's facebook profile and their extended social graph and integrates these assets within the ...
0
votes
0answers
79 views

Facebook Video Inline Playback on iOS

I am trying to get video to playback inline while on iOS devices. It works on Desktops, but on iOS it links rather than playing inline. Here is the test page: ...
0
votes
2answers
116 views

Share HTML 5 player to facebook and issue with IPAD

I have shared an mp4 video using Facebook graph API.It works fine on my browsers but it will play when i access facebook from my IPAD. anybody know what is the issue? This is my meta tags <meta ...
1
vote
1answer
2k views

Open Graph iframe based video embed support?

I want to be able to serve an iframe video player to the Facebook newsfeed & timeline. I am aware that it is possible to specify multiple og:video:type properties for different video formats to ...
-1
votes
1answer
313 views

Video gallery using Facebook Video

I am trying to create a video player with a playlist function similar to the one below. I would like to play my videos that I have uploaded to Facebook on my page. Example: ...
2
votes
1answer
454 views

Determine MP4 video from regular Embed code

I'm 99% sure the answer is No, but worth a shot as you never know... The typical "copy & paste" embed code for uploaded Facebook videos goes like this: <object width="400" height="300" ...
4
votes
1answer
1k views

How do I get an iframe-embedded HTML5 video to embed in a Facebook news-feed?

I know how to make a shared URL show an embedded Flash video in the Facebook news-feed. The <og:video> tags are straight-forward but the examples are only for Flash-video. I've read that you ...
0
votes
1answer
587 views

Phonegap facebook, html5 video, iAds issues

I'm trying to build android+iOS application via phonegap build API. I found that that this api has some limitations, but I want to make sure... 1) Implementation Facebook features to phonegap ...