I'm trying to set up my video in og:video on my site so that when someone shares the link in facebook it shows the video instead of the og:image.
The problem is that it requires a flash player url, but I don't have the slightest idea how to get that to work. All I have is the .mp4 file. I tried looking into jwplayer but all I got was an embed code which doesn't help.
I'm completely ignorant when it comes to this area. Any help would be greatly appreciated!
<meta property="og:video" content="https://???">
<meta property="og:video:height" content="281" />
<meta property="og:video:width" content="500" />
<meta property="og:video:type" content="application/x-shockwave-flash" />