XFileSharing Pro - In order to listen to MP3 files on facebook

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

In order to listen to MP3 files on facebook

#1 Postby acbirja » Mar 06, 2012 1:24 pm

Hello.
We have a 1.8 version of the script.
In order to listen to MP3 files on facebook.com we did:

<meta property="og:audio" content="<TMPL_VAR site_url>/embedmp3-<TMPL_VAR file_code>.html" />
<meta property="og:audio:title" content="Collide (Cdq)" />
<meta property="og:audio:artist" content="Leona Lewis" />
<meta property="og:audio:album" content="<TMPL_VAR site_name>" />
<meta property="og:audio:type" content="application/mp3" />
<meta property="og:image" content=""/>
<meta property="og:title" content="<TMPL_VAR file_name>" />
<meta property="og:url" content="<TMPL_VAR download_link>" />
<meta property="og:description" content="<TMPL_VAR site_name>" />
<meta property="fb:app_id" content="375945972421064" />

But it still does not work. Who can help us?
Thanks

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

Re: In order to listen to MP3 files on facebook

#2 Postby acbirja » Mar 10, 2012 8:34 am

acbirja wrote:Hello.
We have a 1.8 version of the script.
In order to listen to MP3 files on facebook.com we did:

<meta property="og:audio" content="<TMPL_VAR site_url>/embedmp3-<TMPL_VAR file_code>.html" />
<meta property="og:audio:title" content="Collide (Cdq)" />
<meta property="og:audio:artist" content="Leona Lewis" />
<meta property="og:audio:album" content="<TMPL_VAR site_name>" />
<meta property="og:audio:type" content="application/mp3" />
<meta property="og:image" content=""/>
<meta property="og:title" content="<TMPL_VAR file_name>" />
<meta property="og:url" content="<TMPL_VAR download_link>" />
<meta property="og:description" content="<TMPL_VAR site_name>" />
<meta property="fb:app_id" content="375945972421064" />

But it still does not work. Who can help us?
Thanks
<meta property="og:audio" content="<TMPL_VAR song_url>" />

But it still does not work. Pliz help me.

Guneyd
Posts: 68
Joined: Mar 11, 2011 4:30 pm

#3 Postby Guneyd » Apr 24, 2012 4:29 am

Any news on this, I'd like to know too :(

spotted
Posts: 14
Joined: Jan 27, 2012 11:54 pm

#4 Postby spotted » Apr 29, 2012 10:54 am

here we go

Code: Select all

 <meta property="og:audio" content="<TMPL_VAR site_url>/mp3embed-<TMPL_VAR file_code>.mp3" /> 
<meta property="og:audio:title" content="<TMPL_VAR file_name>" /> 
<meta property="og:audio:artist" content="<TMPL_VAR file_name>" /> 
<meta property="og:audio:album" content="<TMPL_VAR file_name>" /> 
<meta property="og:audio:type" content="application/mp3" /> 
<meta property="og:image" content=""/>	 
<meta property="og:title" content="<TMPL_VAR file_name>" /> 
<meta property="og:url" content="<TMPL_VAR download_link>" /> 
<meta property="fb:app_id" content="AP ID"/> 
<meta property="og:description" content="DESCRIPTION" />
NOTE: dont try it with mp3s u already shared on facebook, because facebook is caching it and will show it without the player.

FZee
Posts: 116
Joined: Mar 03, 2010 11:26 am

#5 Postby FZee » Apr 29, 2012 5:14 pm

Does the code actually work for you ? Did you test it ?

spotted
Posts: 14
Joined: Jan 27, 2012 11:54 pm

#6 Postby spotted » Apr 30, 2012 12:53 pm

FZee wrote:Does the code actually work for you ? Did you test it ?
sure thats the code im using for my site..working fine

Guneyd
Posts: 68
Joined: Mar 11, 2011 4:30 pm

#7 Postby Guneyd » May 02, 2012 8:43 am

How could these codes be expanded to allow for FB to stream video files as well? Just like Youtube or any other site for example. Instead of how it is right now, that people need to click the link?

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

Facebook video link

#8 Postby acbirja » Jun 30, 2012 6:59 pm

Good afternoon. We have this
<meta property="og:url" content="<TMPL_VAR site_url>/<TMPL_VAR file_code>">
<meta property="og:title" content="<TMPL_VAR file_name>">
<meta property="og:description" content="<TMPL_VAR lang_description1>">
<meta property="og:type" content="video">
<meta property="og:image" content="<TMPL_VAR video_img_url>">
<meta property="og:video" content="http://www.youtube.com/v/EFCL7IqUqvY?ve ... autohide=1">
<meta property="og:video:type" content="application/x-shockwave-flash">
<meta property="og:video:width" content="1280">
<meta property="og:video:height" content="720">
<meta property="og:site_name" content="Site Name">
<meta property="fb:app_id" content="app_id">

What we have to do for playing online video in facebook.com

Thanks