Support YouTube feed 📺 #47
Unanswered
chuanqisun
asked this question in
Ideas
Replies: 2 comments 3 replies
-
Yes @chuanqisun kindly add youtube support |
Beta Was this translation helpful? Give feedback.
0 replies
-
I'm working on this right now. The plan is to have a template dedicated to displaying YouTube content. I have to keep the scope focused to YouTube without mixing other types of content because the UX for YouTube channel browsing differs significantly from textual content browsing. Mixed content type will be supported in a future effort and leverage the component and learning from this effort. Progress so far:
A sneak peek of the prototype: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It turns out YouTube comes with Atom feed at
https://www.youtube.com/feeds/videos.xml?channel_id=<channel_id>
There is a good web component that can render a YouTube video given its ID, which can be extracted from the url in each feed "article".
Combining the two, we should be able to render a YouTube feed without any code change. I plan to build an example soon-ish.
Beta Was this translation helpful? Give feedback.
All reactions