We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Heya, would you support having a youtube-plist directive?
youtube-plist
.. youtube-plist:: XYZ
The embedding HTML is essentially the same, but using the playlist shortcode like: https://www.youtube.com/embed/videoseries?list=XYZ
https://www.youtube.com/embed/videoseries?list=XYZ
If yes, then I can probably make a PR
The text was updated successfully, but these errors were encountered:
Note, annoyingly I can't see a trivial way to get the thumbnail, without using the Google API (and thus needing an API key: https://stackoverflow.com/questions/10628760/how-to-get-a-youtube-playlist-thumbnail. This does work, though.
So then you would perhaps need to always provide two pieces of information:
.. youtube-plist:: XYZ :thumbnail: LMN
Sorry, something went wrong.
Sure, it seems like a natural thing to do. I'd prefer youtube-playlist because readability is more important than saving 3 charachters.
youtube-playlist
Thanks.
No branches or pull requests
Heya, would you support having a
youtube-plist
directive?The embedding HTML is essentially the same, but using the playlist shortcode like:
https://www.youtube.com/embed/videoseries?list=XYZ
If yes, then I can probably make a PR
The text was updated successfully, but these errors were encountered: