Make WordPress Core

Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#29398 closed defect (bug) (invalid)

add embedding YouTube videoseries

Reported by: Kniebremser Owned by:
Priority: normal Milestone:
Component: Embeds Version: 4.0
Severity: normal Keywords:
Cc: Focuses:

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)

#1 @Kniebremser
12 years ago

  • Component GeneralEmbeds

#2 @Kniebremser
12 years ago

  • Summary possible error in YouTube embedding URLadd embedding YouTube videoseries

#3 @Kniebremser
12 years ago

  • Resolutioninvalid
  • Status newclosed

#4 follow-up: @SergeyBiryukov
12 years ago

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.

#5 @SergeyBiryukov
12 years ago

  • Milestone Awaiting Review

#6 in reply to: ↑ 4 @Kniebremser
12 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.