You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be more convenient if the YouTube URL preview included an embedded player instead of a static image. While the desktop and iOS clients allow videos to be played directly within the app, on the web version, I have to follow the link to watch the video.
We need just get an ID (by regex for example) and add https://www.youtube.com/embed/{ID}iframe.
It would be more convenient if the YouTube URL preview included an embedded player instead of a static image. While the desktop and iOS clients allow videos to be played directly within the app, on the web version, I have to follow the link to watch the video.
We need just get an ID (by regex for example) and add
https://www.youtube.com/embed/{ID}
iframe.https://developers.google.com/youtube/player_parameters
The text was updated successfully, but these errors were encountered: