Use eclipsefdn_video from solstice assets to disable trackers
Also make sure it uses the correct url:
Eric Poirier on eclipsefdn/it/webdev/solstice-assets#302 (closed):
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.
We should also fix current bad urls which are using the bad url as specified above.