Page 1 of 1

Forum profile YouTube link not working

Posted: Sat Aug 12, 2023 2:25 am
by grey
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]

Re: Forum profile YouTube link not working

Posted: Sun Aug 13, 2023 12:32 am
by megalomaniak
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.