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]
Forum profile YouTube link not working
-
- 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.
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.