5

Example here: https://phuks.co/s/Memberberries/38421

There are 143 videos in the playlist I submitted but you wouldn't know that just by using the expando.

Alternatively, the video embed could auto-forward to the next video in the playlist but I don't know if that's even possible.

Example here: https://phuks.co/s/Memberberries/38421 There are 143 videos in the playlist I submitted but you wouldn't know that just by using the expando. Alternatively, the video embed could auto-forward to the next video in the playlist but I don't know if that's even possible.

8 comments

[–] PMYA 2 points (+2|-0)

Playlists don't work in YouTube embeds. I don't think there's anything we could do about that, it's YouTube's issue.

Yeah I didn't figure it would just go on through the list... but maybe it shouldn't embed the first video if the url querystring has the "list" parameter?

[–] PMYA 1 points (+1|-0)

There might be a way to load the playlist js into an iframe so we could have an "embed" of the playlist videos on phuks or something. I'm not sure how that would affect page loads on our side though. At any rate, I think the amount of work you'd need to put into it would kind of outweigh how often it would actually be used, especially when we have major stuff that needs to be worked on at the moment.

Did you by chance see the title of the post? My first suggestion is to not embed the video and just go directly to the link url.

if (url.queryString.contains("list"){ //process as a normal link} else { //process as embed }

At any rate, I think the amount of work you'd need to put into it would kind of outweigh

I agree. That's why I noted it as an alternative idea.

especially when we have major stuff that needs to be worked on at the moment

This is /s/ideasforphuks, right? Not /s/phuksdev.... It's an idea.