Forum profile YouTube link not working

Talk anything unrelated to the Godot Engine
Post Reply
User avatar
grey
Posts: 26
Joined: Tue Jul 18, 2023 10:01 am
Contact:

when adding either youtube username or channel id, the link doesn't work

i think that it's using an old link form youtube.com/user/[username/id?] but this doesn't work, the new ones don't have /user/ and add an @ before the username like this youtube.com/@[username], works with the unique id but looks like this youtube.com/channel/[unique channel id]
@lifeisspoon on twitter
megalomaniak
Posts: 26
Joined: Wed Jul 19, 2023 12:03 am

https://stackoverflow.com/a/74562762

regex can be used to capture links to convert them. This can be fixed on server back-end side without needing to modify any plugins.
Post Reply