plebbit / plebbit-react

A GUI for plebbit
https://plebbitapp.eth.limo
GNU General Public License v2.0
35 stars 6 forks source link

Add youtube embeds #326

Closed estebanabaroa closed 1 year ago

estebanabaroa commented 1 year ago

The code for youtube embeds is this

<iframe src="https://www.youtube.com/embed/4lOiRtBX8Bk?feature=oembed&amp;enablejsapi=1" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen="" width="356" height="200" frameborder="0"></iframe>

The card should detect if comment.link is youtube, and if it is, it should use the embed code instead of the regular image. You need to extract the youtube video id from a regular link and put it after /embed/ https://www.youtube.com/embed/${youtubeVideoId}?feature=oembed&amp;enablejsapi=1