Facebook Opengraph Protocal in Flash mp3 Player
This week's featured product
Store Locator
This cool AJAX application will enhance your website by showing your stores' locations. You can also display an image and a short description so your users know exactly where to find your business.
Become a premium member
Flabell and Themesbell membership provides users with the ability to download any of our components for Adobe Flash and website themes for free, during an entire year.
read more


Subcribe to topic RSS

Products RSS Feed
Follow us on twitter
support@themesbell.com
numskidude
on 13/10/11
How can I make the Flash mp3 player shows up in facebook post according to this link
http://developers.facebook.com/blog/po...
"Developers often want the ability to play video or flash media files within the News Feed. Previously, this required that your domain get added to a whitelist. We have now opened this up to every domain. To embed your video into the News Feed, add the appropriate Open Graph protocol meta tags to your page: "
Regards
Last edit on 13/10/11
on 17/10/11
You'll need to use those "og:" tags in your webpage. When someone shares your webpage, Facebook will scan for them and embed the player in the news feed. Make sure to use the "og:video" property correctly.
You should give parameters to the SWF file to let the component know where it can find it's resources. This is how it should look like:
<meta property="og:video" content="http://yourwebsite.dom/player.swf?componentWidth=400&componentHeight=300&pathToFiles=thePathToTheMp3GalleryFolder&xmlPath=xml/settings.xml&contentPath=xml/mp3gallery.xml" />We didn't try it, but this should be the way to do it.
numskidude
on 18/10/11
I just put the whole thing in the deploy folder into my directory and then TA DA! it works == http://demo.teamofze.com/test/
Now I added the meta tag in the header but still no luck
Last edit on 18/10/11
on 20/10/11
<meta property="og:video" content="http://demo.teamofze.com/test/preview.swf?componentWidth=400&componentHeight=300&pathToFiles=http://demo.teamofze.com/test/mp3gallery/&xmlPath=xml/settings.xml&contentPath=xml/mp3gallery.xml" >Also, try editing all these meta tags:<meta property="og:url" content="http://www.youtube.com/watch?v=H73O8zaHmAo"> <meta property="og:title" content="Challenge | New Old Spice Guy Fabio"> <meta property="og:description" content="Fabio is forever proof in pudding who is best Old Spice guy. We settle this with internets duel http://www.youtube.com/oldspice"> <meta property="og:type" content="video"> <meta property="og:image" content="http://i1.ytimg.com/vi/H73O8zaHmAo/default.jpg"> <meta property="og:video" content="http://www.youtube.com/v/H73O8zaHmAo?version=3&autohide=1"> <meta property="og:video:type" content="application/x-shockwave-flash"> <meta property="og:video:width" content="398"> <meta property="og:video:height" content="224"> <meta property="og:site_name" content="YouTube">I copied them from a YouTube video page.
Last edit: on 2/11/11
numskidude
on 20/10/11
http://www.facebook.com/photo.php?fbid...
This player belongs to a big music label in Thailand and of course they only sell their artists's music.
Best Regards!
Last edit on 20/10/11
on 24/10/11
Kind regards.
Last edit: on 24/10/11
numskidude
on 16/11/11
http://www.facebook.com/pages/test123/... The first one with the jw player seems to work fine but the second one below it shows up the thumnail but the player still stuck there.
Last edit on 16/11/11
on 17/11/11
The problem is that you specified the paths wrong. They should be:
http://demo.teamofze.com/test6/preview.swf?componentWidth=400&componentHeight=300&pathToFiles=mp3gallery/&xmlPath=xml/settings.xml&contentPath=xml/mp3gallery.xmlYou included the pathToFiles folder into the paths to the XML files. The xmlPath and contentPath are relative the the pathToFiles folder. So you had the player looking for the XML file at this path: mp3gallery/mp3gallery/xml/mp3gallery.xml . This is, of course, incorrect.
Please set the paths like I did above and it should work. I hope there won't be any security problems, because Facebook makes changes daily to their system.
Last edit: on 17/11/11
Dale00
on 13/1/12
on 18/1/12
We explained by email how to use the pathToFiles. The problem now is that Facebook does not take the latest changes from your webpage. I don't know why this is happening. It should update the latest paths from your website anytime. The problem is we don't know when this is going to happen. It's not something we can control.
ereign
on 9/3/12
it works on my page but when i post it to facebook wall it just loads and nothing else just a spinning wheel....i have a app id also but on the edit app page on face book im not 100% sure what directory url to put and on which section like canvas url or idk
//code removed
Last edit on 10/3/12
on 10/3/12
Sorry, we removed your code. It was too long :). The problem is, like I mentioned above, you need to give the preview.swf file some parameters: the pathToFiles flashvar, the XML paths etc. This is an example:
<meta property="og:video" content="http://demo.teamofze.com/test/preview.swf?componentWidth=400&componentHeight=300&pathToFiles=http://demo.teamofze.com/test/mp3gallery/&xmlPath=xml/settings.xml&contentPath=xml/mp3gallery.xml" >
This should fix the problem.
Last edit: on 13/3/12
ereign
on 11/3/12
ereign
on 12/3/12
on 13/3/12
Enjoy the player on Facebook!
ereign
on 14/3/12
Last edit on 14/3/12
on 16/3/12
ereign
on 17/3/12
Last edit on 18/3/12
on 19/3/12
ereign
on 25/3/12
on 26/3/12
We checked your account and you have the support ticket, so please let me know how I can help. Also, please share the link I was mentioning above. Thanks!
ereign
on 26/3/12
on 2/4/12
kuruczp
on 30/3/12
Can u help me in how i could make the Simple Flash Player http://www.flabell.com/flash/Simple-Mp...
show up on Facebook, what og meta tag i should add on my site?
Thanks
on 2/4/12
The tags you need to put in the HTML code are exemplified above. Just make sure they are correct. Also, please download the Simple Mp3 Player one more time and use the new version of the SWF file. We made an update so you can use the "GET" type parameters.
on 7/4/12
ereign
on 7/4/12
on 12/4/12
You should change the "og:video" tag:
<meta property="og:video" content="http://yourwebsite.dom/preview.swf?componentWidth=280&;componentHeight=78&pathToFiles=thePathToThePlayerFolder&xmlPath=xml/settings.xml&artistName=YourArtistName&songName=YourSongName&songURL=songs/song.mp3" />The path to the mp3 file is relative to the pathToFiles flashvar so be careful how you set these two paths. If you need help, please share a link to your player. We'll try to find out what the problem is.
premutd
3 weeks, 5 days ago
1. The swf wont pick up the file i specify in the code. It always plays the default file
2. The facebook app shows my the player in news feed. But when I click on it, it opens in a new page instead of playing there.
Any help would be greatly appreciated. This is my index.html file for the player:
-bash-3.2$ cat index.html
//index.html code removed because it was too long
Last edit 3 weeks, 3 days ago
premutd
3 weeks, 5 days ago
<meta property=og:video content=http://preethiprem.com/deploy/preview.swf?componentWidth=280& componentHeight=78& pathToFiles=http://preethiprem.com/deploy/player/& xmlPath=xml/settings.xml& artistName="YourArtistName"& songName="YourSongName"& songURL=http://preethiprem.com/deploy/1.mp3 />Last edit 3 weeks, 3 days ago
3 weeks, 3 days ago
Please provide a link to your mp3 player. We'll figure out faster what is going on. Also, please buy a support ticket, we'll take a look and find where the problem is.
Thanks!