#29398 closed defect (bug) (invalid)
add embedding YouTube videoseries
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.0 |
Component: | Embeds | Keywords: | |
Focuses: | Cc: |
Description
Hi!
Can it be that in wp-includes\class-o-embed.php lines 31-36 an incorrect URL of youtube is.
www.youtube.com/oembed -- page not found
www.youtube.com/embed -- the player is open
and www.youtube.com/embed/videoseries?list=xxxxxx -- is Unsupported
Change History (6)
#2
@
9 years ago
- Summary changed from possible error in YouTube embedding URL to add embedding YouTube videoseries
#6
in reply to:
↑ 4
@
9 years ago
Replying to SergeyBiryukov:
The correct YouTube oEmbed endpoint is
http://www.youtube.com/oembed
, see http://oembed.com.
Playlist support was added in #28125 and works as expected for me.
Hi Sergey!
Sorry for the ticket.
I frantically tried to open a Youtube playlist with the WordPress media player.
What does not work. Learning by doing !
Note: See
TracTickets for help on using
tickets.
The correct YouTube oEmbed endpoint is
http://www.youtube.com/oembed
, see http://oembed.com.Playlist support was added in #28125 and works as expected for me.