that.us icon indicating copy to clipboard operation
that.us copied to clipboard

Profile - YouTube url might be wrong.

Open theClarkSell opened this issue 4 years ago • 4 comments

right now the default youtube.com/channel/[name] but in some cases the right url is youtube.com/c/[name]

theClarkSell avatar Oct 12 '20 14:10 theClarkSell

Can this be solved with an || (or)? How can I reproduce this bug and where should I look?

asharonbaltazar avatar Jan 27 '21 17:01 asharonbaltazar

To be honest, I'm not sure. Just based on how people have used our system in the past, the free form social urls caused a lot of issues.

When I created this profile section, I thought we could be more explicit about making a simple "url builder" such that the user would understand what parts they were responsible for, and what we were creating.

image

valid: https://www.youtube.com/c/thatconference
invalid: https://www.youtube.com/channel/thatconference

valid - https://youtube.com/channel/UC5GVZFxKYul4cfsfhVAJGIA
invalid - https://youtube.com/c/UC5GVZFxKYul4cfsfhVAJGIA

I honestly figured c was short for channel but it's not the case. Given that, our prefix is just wrong.

potential options:

  1. make the YouTube prefix a drop down so people could choose what's the correct one.
  2. let them enter part of it, but I think that will lead to errors.
  3. something else?

We build those urls in components/my/ProfileForm.svelte so it's just really a matter of trying to get the UX right.

theClarkSell avatar Jan 27 '21 18:01 theClarkSell

@asharonbaltazar kicking this back to the top.. any thoughts?

theClarkSell avatar Feb 10 '21 13:02 theClarkSell

I literally just now thought of an idea... Yeah, kick it back up.

asharonbaltazar avatar Feb 10 '21 13:02 asharonbaltazar