Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

.

I´m trying to put/share a Youtube-PLAYLIST on Facebook.

I use the official (playlist) share-code that is shown below the videos on Youtube.

Here´s what that official code (link) looks like:

http://www.youtube.com/watch?v=6IQ0snWgef0&feature=share&list=PLA4B53AFF1908367A

I can put it on Facebook...BUT there it only shows the first video.
The player looks like a player for one single video. A next video dont appear.
There´s no playlist-thumbnails and no previous or next buttons neither.

In other words what should be a playlist-player is just a player for 1 video.

Question: How to get a working Youtube playlist-player on Facebook ?

share|improve this question

3 Answers

Try it with this link. Seems to work in a browser

http://www.youtube.com/embed?listType=playlist&list=PLA4B53AFF1908367A

or with the normal iframe embed code

<iframe width="560" height="315" src="http://www.youtube.com/embed/?listType=playlist&list=PLA4B53AFF1908367A&showinfo=1" frameborder="0" allowfullscreen></iframe>
share|improve this answer
thnkx ! ...tried both and they dont work..no playlistplayer just a one single videoplayer...it must have to do with the fact that Facebook obviously scans the link (for youtube-contents) and then does its own (automated) embedding...looks like it doesn´t like playlists, try it and see that happening...also as far as i know you cant add html (iframe...etc) to facebook just like that. So problem not solved yet. – dutchguy Mar 4 at 0:49

Okay, then you can make an app on facebook and add an iframe. It is not that hard to do. Here an example

http://www.facebook.com/cfconsultancy/app_139232026170267

On the bottom you will find a link to the developers page where you can add an app

share|improve this answer
Tnx again...i understand this needs both 1) a app that will allow adding html to facebook pages 2) your player..(will it fit on timeline 3) and ofcourse a page where the player that shows in that iFrame is hosted on...that is 3 things to do. it obviously can work but a little to much workaround, my question was more how to do it the standard way, ie: how to get the standard youtube-playlistplayer on Facebook via share or copy&paste...continued below – dutchguy Mar 5 at 15:57
...first i need to know if this is blocked by Facebook or a problem with Youtube yes or no...since they (FB or YT) dont reply here (inspite them saying they watch the tags) i still dont have the answer i was looking for. – dutchguy Mar 5 at 15:57

What you're doing is correct. There's a bug that's being fixed by YouTube that caused the metadata that Facebook uses to determine the embed code to not include the list= parameter. Once that's resolved, playlists in the news feed with that code should work as expected on Facebook.

share|improve this answer
Tnx...fine that i finally got your attention ! ..any a.t.a. on the fix ? ..and last but not least..how will i know it was fixed..are you going to announce that sowmewhere (in this thread for example ?) – dutchguy Mar 11 at 19:00
Ok i see..you are not going to announce anything..instead i have to try myself repeatedly for weeks...months ..years...great, also thanks for not coming back on my last question...you should have a Grammy for best and most friendly support. – dutchguy Mar 19 at 23:58
One month later now and as usual your "There's a bug that's being fixed by YouTube" means NOTHING...NADA ! CAUSE ITS NOT FIXED. – dutchguy May 2 at 15:22
Fixed ! ...but not good. It now always first shows the wellknown noisy-screen with the text "THIS VIDEO DOES NOT EXIST" and there´s no next (>) button. When you then click on the 1st thumbnail in the thumbnaillist it will play the real 1st video...and the rest...in short: a nonexisting video is added at the beginning of each playlist (before the real 1st video)....what bugfixing is that ? dont you check your work before you put it on ? how can you miss this huge bug ? I will post this as a nerw bug also..since i dont have faith you read this – dutchguy May 6 at 21:04

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.