#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)
#2
@
12 years ago
- Summary possible error in YouTube embedding URL → add embedding YouTube videoseries
#6
in reply to: ↑ 4
@
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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.