Embedding a Custom HTML5 Player on Facebook - facebook

Does Facebook provide a way to embed a custom HTML5 video player while sharing using Open Graph Tags? I know a flash player can be shared and have done so. I am building a custom HTML5 Video Player with a few overlays on top of the actual video. Is there a way to share the player and the video as is on Facebook?

No, it is not possible to embed HTML

Related

Can we make ajax requests on a FB embedded player

I have a js player on which I have added interactivity. It was pretty easy since I used the HTML5 video element.
I was trying to include this player on my FB page but i know we need a swf player which is flash.
how to share a video from my website on facebook like youtube
I want to know if we can make ajax calls in the swf player when its on FB timeline?
Is there an open source swf player that I can use to extend its functionality?

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.
This is not possible at present. You can specify flash with fallback to mp4 etc, but you cannot have a custom HTML5 player for mp4.

Video Source issue with Open Graph Embedding

I created a test page at:
http://www.gmwebcast.com/test4.html
When I try to embed that into facebook, it gets my player but doesnt load the content. The player I am using uses the flashvar mediaSuiteURL to pass all the video data to the player. This includes metadata and the like. Can I not use a custom flashvar to pass to the player?
meta property="og:video" content="http://mediasuite.multicastmedia.com/templates/facebook.swf?mediaSuiteURL=http://player.multicastmedia.com/ws/get_vod_player_info/p_sfz538e8/api_f4d84551-2e85-103a-a1ba-00e08655b9fc/apiv_3.5/gft_0/sfz538e8.xml"
Any help will be great.
Thanks!

embeding html5 custom player on facebook wall

when you shared a youtube video on the facebook wall. The html5 video player is customized. Is this only for youtube?
I understand now you can specify the fallback video files sources in the meta tags. However, i would also like to have custom html5 player when sharing a video on iPad, not just a regualr html5 video player.
What should I do to get it working for my site?

Youtube and Facebook Video opening in media player when clicking button

I am noob with iPhone programming. I want to ask question regarding the Video and Facebook link.
I create list of page and when user clicks page, the view will show description of video and a button to play the video.
1.Is it possible to play facebook and youtube video in media player when user clicks Button?
because each page has different video, and i only get embedded link of a youtube video (not video file format and the video identifier).
2.How to send parameter to IBAction? Because when user click button it depends on the video link on selected page.
What my apps look like will be similar with SBS News Australia apps in section part where user can click play button and go to media player.
Thank You!
Unfortunately you can't play YouTube (or Facebook) videos with MPMoviePlayerController. You can open and play a YouTube video with UIWebView, but you can't play any other flash video (like Facebook videos).