XFileSharing Pro - Play video facebook

Message
Author
acbirja
Posts: 24
Joined: Feb 19, 2011 12:31 pm

Play video facebook

#1 Postby acbirja » Jul 28, 2012 6:24 am

Good day.
Xfilesharing pro 1.8

When we share our mp3 file links in the facebook social network, you can listen to mp3 files right there, without having to go to our website.
And we would like to do the same with our video files. On our site some mp4 files plays and works well. When we share that video in the facebook social network, only screen and video information appears. But to play video file in the social network is impossible.
Maybe you can help us. We think that to do it we use developer and it looks like this:
<meta property="og:type" content="movie" />
<meta property="og:image" content="http://www.site.com/images/play2.jpg"/>
<meta property="og:video" content="http://www.site.com/player/player.swf?f ... XXXXXXXXXX" />
<meta property="og:video:width" content="398" />
<meta property="og:video:height" content="300" />
<meta property="og:video:type" content="application/x-shockwave-flash" />
<meta property="og:title" content="<TMPL_VAR file_name>" />
<meta property="og:url" content="<TMPL_VAR site_url>/<TMPL_VAR file_code>" />
<meta property="og:description" content="<TMPL_VAR lang_description1>" />


Now the problem is that we have a line where we do not know how to write a variable position ХХХХХХХХХХХХХХХХХХХ.
On mp3 files we write like this: <TMPL_VAR site_url>/mp3embed-<TMPL_VAR file_code>.mp3