Talk:Fb:mp3
From Facebook Developer Wiki
Anyone know of a way to embed an entire playlist? ie. an m3u? mario
Well - I'm not perfectly sure how to explain it, but I got it to work on playlists. However - you cannot have your src-tag point to the .m3u or .pls directly. To make it work, try opening the stream in your favourite player. If you're using winamp, you should be able to get the actual stream-URL by clicking "file"->"View file info". At the top, you should be able to get the actual URL to the stream.
After having extracted the stream-URL, add it to your tag. Ie: <fb:mp3 src='>>>EXTRACTED URL<<<' title='Foo' artist='Bar' width='300' height='29'>
I'm not sure this is the way it's meant to work or if that feature is supported in some way, so you're on your own on that one :-)
request to add to notes: mp3 player does not accept foreign characters (é, á, etc...)
Contents |
[edit] Autoplay
This would be nice --1469354457 00:00, 30 May 2009 (PDT)
[edit] Skin
[edit] Bit Rate
Request to clarify bit rate / audio sample rate. bit rate is measured in kbps, audio sample rate in kHz. --Zeus 08:41, 22 February 2008 (PST)
[edit] How to: Stream SHOUTcast using the <fb:mp3> FBML tag
<fb:mp3 src="IP_ADDRESS:PORT/;stream.nsv" title="Song Name" artist="Song Artist" album="Album Name"/>
Note: Don't forget if your using PHP replace your " with '
Example is running here: http://apps.facebook.com/diehardhostradio/
