-
Notifications
You must be signed in to change notification settings - Fork 506
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
UX design for embeded video on posts #1452
Comments
As mentioned on our call ideally this shouldn't extend the media input type, rather it should extend varchar but have a custom validator and input. |
@rjmackay yep, though this ticket is I think for mocking a UI for the video input |
@willdoran I intend to stage a flow that removes the need to select a service (e.g. YouTube), and instead sniffs the URL you provide and does the rest. If it can't sniff a known service, it'll ask the user to include all the embed HTML. I'll do the sniffing in the PL for YouTube and Vimeo. But is that kosher? |
At the moment there is a function which converts the URLs given to the On 2016-10-19 19:40, Brandon Rosage wrote:
|
I'd be very nervous about allowing users to give us the embed HTML. I'd rather we just supported a set list of services and let users know if they URL they provide doesn't match. |
@jshorland, @willdoran, and @rjmackay: How do y'all feel about the following UX? |
@brandonrosage wow - this looks amazing 👯♂️ |
Test these changes by:
|
@jshorland All should be fixed by the latest |
Confirmed. Passes QA. lets get this shipped. |
Expected behaviour
Actual behaviour
The text was updated successfully, but these errors were encountered: