Youtube API create playlist and embed

silentbugs

Description:

Using Javascript, I populate a YouTube link with video IDs that the user has selected, and end up with a URL like the following:

https://www.youtube.com/watch_videos?video_ids=0vrdgDdPApQ,cbut2K6zvJY

Visiting the above link, YouTube creates a list for those videos and returns you to it:

https://www.youtube.com/watch?v=0vrdgDdPApQ&list=TLQJeFf9I5pC0yMTA4MjAxNQ

And of course, it is possible to embed the second link by simply replacing the /watch URL with /embed.

My question(s):

Is it possible to embed the first link (/watch_videos) somehow? If not, is it possible to create a YouTube playlist client side (maybe using the YouTube API) and then embed it? (Other implementations / ideas are more than welcome)

If neither of the above, is it then possible to "chain" YouTube video IDs to an embeded player and play them successively (JavaScript / YouTube API)?

Thanks

calinaadi

You can embed the first video then in the playlist parameter add other selected Ids

For ex:

<iframe width="560" height="315" src="http://www.youtube.com/embed/0vrdgDdPApQ?playlist=cbut2K6zvJY,7iw30sK2UCo,sYV5MTy0v1I" frameborder="0" allowfullscreen></iframe>

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Spotify API Create Temp Playlist Not Loading

From Dev

Sorting Youtube API result from playlist

From Dev

Get the youtube playlist detail using the v3 API

From Dev

Youtube api not displaying playlist thumbnail for few videos

From Dev

YouTube embed API issue on IOS and Android

From Dev

Can not insert multiple videos into a playlist - YouTube API v3

From Dev

Unable to delete a youtube playlist using youtube api v3

From Dev

Youtube api v3 list ordered playlist items

From Dev

Version 3.0 alternative for YouTube 2.0 API playlist

From Dev

YouTube API Playlists list does not give all videos in the playlist

From Dev

Embed youtube playlist with index; thumbnail is always first video

From Dev

Adding a video to a playlist using the Youtube Player IFrame API

From Dev

Embed YouTube video based on results from API

From Dev

YouTube API v3 get last video in playlist

From Dev

Adding video to playlist with Youtube API

From Dev

YouTube API - get tags for all videos with playlist query

From Dev

Can I use the Spotify API to embed a high frequency signal into a playlist

From Dev

Spotify API Create Temp Playlist Not Loading

From Dev

How to create a Playlist using the Nokia Music API?

From Dev

Youtube api not displaying playlist thumbnail for few videos

From Dev

Unable to delete a youtube playlist using youtube api v3

From Dev

regex youtube url for embed with or without playlist

From Dev

Youtube API create playlist and embed

From Dev

Order of the youtube Playlist api

From Dev

youtube player api - playlist of video not created

From Dev

Is there a way to add a video to a Youtube playlist through Youtube API as a contributor?

From Dev

How to create a Youtube Playlist using Listview in Android Studio

From Dev

Deleting playlist item with youtube api

From Dev

Delete videos from playlist using YouTube API

Related Related

  1. 1

    Spotify API Create Temp Playlist Not Loading

  2. 2

    Sorting Youtube API result from playlist

  3. 3

    Get the youtube playlist detail using the v3 API

  4. 4

    Youtube api not displaying playlist thumbnail for few videos

  5. 5

    YouTube embed API issue on IOS and Android

  6. 6

    Can not insert multiple videos into a playlist - YouTube API v3

  7. 7

    Unable to delete a youtube playlist using youtube api v3

  8. 8

    Youtube api v3 list ordered playlist items

  9. 9

    Version 3.0 alternative for YouTube 2.0 API playlist

  10. 10

    YouTube API Playlists list does not give all videos in the playlist

  11. 11

    Embed youtube playlist with index; thumbnail is always first video

  12. 12

    Adding a video to a playlist using the Youtube Player IFrame API

  13. 13

    Embed YouTube video based on results from API

  14. 14

    YouTube API v3 get last video in playlist

  15. 15

    Adding video to playlist with Youtube API

  16. 16

    YouTube API - get tags for all videos with playlist query

  17. 17

    Can I use the Spotify API to embed a high frequency signal into a playlist

  18. 18

    Spotify API Create Temp Playlist Not Loading

  19. 19

    How to create a Playlist using the Nokia Music API?

  20. 20

    Youtube api not displaying playlist thumbnail for few videos

  21. 21

    Unable to delete a youtube playlist using youtube api v3

  22. 22

    regex youtube url for embed with or without playlist

  23. 23

    Youtube API create playlist and embed

  24. 24

    Order of the youtube Playlist api

  25. 25

    youtube player api - playlist of video not created

  26. 26

    Is there a way to add a video to a Youtube playlist through Youtube API as a contributor?

  27. 27

    How to create a Youtube Playlist using Listview in Android Studio

  28. 28

    Deleting playlist item with youtube api

  29. 29

    Delete videos from playlist using YouTube API

HotTag

Archive