Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S solstice-assets
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Eclipse FoundationEclipse Foundation
  • IT
  • Webdev
  • solstice-assets
  • Issues
  • #302
Closed
Open
Issue created Aug 15, 2022 by Eric Poirier@epoirierMaintainer

Make sure youtube playlists are being rendered properly

Right now it's possible to use 2 different urls for playlists which will work when accepting cookies.

  • {{< youtube "videoseries?list=PLy7t4z5SYNaRYI7lH26szREOi9pfqxOUU" >}}
  • {{< youtube "playlist?list=PLy7t4z5SYNaRYI7lH26szREOi9pfqxOUU" >}}

The thing with the first option is that is will not work if a user doesn't accept cookies. It will not create the thumbnail just like other videos.

The 2nd option on the other hand will create the thumbnail.

We should alter our Youtube plugin so that it accepts both urls but the code would replace "videoseries" by "playlist" if the string is present in the url.

Assignee
Assign to
Time tracking

Copyright © Eclipse Foundation, Inc. All Rights Reserved.     Privacy Policy | Terms of Use | Copyright Agent