| View previous topic :: View next topic |
| Author |
Message |
acbirja
Joined: 19 Feb 2011 Posts: 24
|
Posted: Mar 06, 2012 1:24 pm Post subject: In order to listen to MP3 files on facebook |
|
|
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 |
|
| Back to top |
|
 |
acbirja
Joined: 19 Feb 2011 Posts: 24
|
Posted: Mar 10, 2012 8:34 am Post subject: Re: In order to listen to MP3 files on facebook |
|
|
| 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. |
|
| Back to top |
|
 |
Guneyd
Joined: 11 Mar 2011 Posts: 39
|
Posted: Apr 24, 2012 4:29 am Post subject: |
|
|
Any news on this, I'd like to know too  |
|
| Back to top |
|
 |
spotted
Joined: 27 Jan 2012 Posts: 14
|
Posted: Apr 29, 2012 10:54 am Post subject: |
|
|
here we go
| Code: | <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. |
|
| Back to top |
|
 |
FZee
Joined: 03 Mar 2010 Posts: 107
|
Posted: Apr 29, 2012 5:14 pm Post subject: |
|
|
| Does the code actually work for you ? Did you test it ? |
|
| Back to top |
|
 |
spotted
Joined: 27 Jan 2012 Posts: 14
|
Posted: Apr 30, 2012 12:53 pm Post subject: |
|
|
| FZee wrote: | | Does the code actually work for you ? Did you test it ? |
sure thats the code im using for my site..working fine |
|
| Back to top |
|
 |
Guneyd
Joined: 11 Mar 2011 Posts: 39
|
Posted: May 02, 2012 8:43 am Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
acbirja
Joined: 19 Feb 2011 Posts: 24
|
Posted: Jun 30, 2012 6:59 pm Post subject: Facebook video link |
|
|
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?version=3&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 |
|
| Back to top |
|
 |
|