-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
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
Display Youtube player in notice when youtube link found #760
Conversation
@gregoirelacoste This is why it does not work : https://stackoverflow.com/questions/36337086/my-youtube-video-wont-show-in-iframe/36337328 You need to change any https://www.youtube.com/watch?v=XXX url to https://www.youtube.com/embed/XXX in the iframe |
@JalilArfaoui I just tested that's it |
6578c8d
to
36d91a9
Compare
Hey @gregoirelacoste sorry for the late review! I would rather keep Also to expect a validation from the UI/Product team (maybe from @newick or @MaartenLMEM) could you provide a screenshot of the result? Thanks. |
@JalilArfaoui can we consider that @gregoirelacoste won't fix these little issues? |
hi @lutangar sorry for the late answer, please find here the screenshot of the feature : |
Thanks @gregoirelacoste ! @newick @MaartenLMEM could you review this? |
It seems to work perfectly @lutangar ! |
@newick I noticed the 👎 is little bit off on this screenshot, could you fix this? |
@JalilArfaoui re-review plz I fixed a few things |
1275155
to
a2a0ad2
Compare
Looks like this is all set right @lutangar @JalilArfaoui ? If yes let's merge! |
I suppose this isn't critical, but I'm the one who finished the job, so mightn't be the best judge, and no one else gave a review on since then... I'm adding @gregoirelacoste as a reviewer! |
@gregoirelacoste can't add you as a reviewer since you were the original author... let's merge this and move on... |
# [3.63.0](v3.62.0...v3.63.0) (2021-03-11) ### Bug Fixes * **Feedbacks:** moves feedbacks component to the left, issue [#760](#760) ([c11f7f5](c11f7f5)) * Make preview work with a youtube video ([979c343](979c343)) ### Features * display Youtube player in notice when youtube link found ([2b6bd31](2b6bd31))
🎉 This PR is included in version 3.63.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
I added on the Notice component the possibility of recognizing youtube URLs and replacing them with the player of the corresponding video. For that I have: