You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of storing the entire site e.g Discord, store just the invite code then add the URL when displaying it or have a script that imports the data and adds the URLs.
https://twitch.tv/$
https://discord.gg/$ - Some sites also use https://discordapp.com/invite/$ which is discouraged, however, d.gg invites redirect to this page, so could be better to use this instead. https://dis.gd/cohhcarnage is even used which isn't valid.
https://www.youtube.com/c/$
https://twitter.com/$
https://www.facebook.com/$
The text was updated successfully, but these errors were encountered:
That only works for some of them, like twitch, twitter and facebook.
Some people use stuff like discord.me for discord invites, as for youtube not everyone has a "channel" page.
Examples
This could be solved by saving it as user/lN00blShowtek or frozenballzgaming instead but then you might as well store the full url, I don't really see the benefit of saving only the name / type only vs the whole url.
It would mean that the URLs are consistent, you could still store the whole URL, however, you would still need to check that all the URLs match each other, as you shouldn't have different URLs for similar pages or pages that get redirected when you can just store the correct URL.
Instead of storing the entire site e.g Discord, store just the invite code then add the URL when displaying it or have a script that imports the data and adds the URLs.
https://twitch.tv/$
https://discord.gg/$
- Some sites also usehttps://discordapp.com/invite/$
which is discouraged, however, d.gg invites redirect to this page, so could be better to use this instead.https://dis.gd/cohhcarnage
is even used which isn't valid.https://www.youtube.com/c/$
https://twitter.com/$
https://www.facebook.com/$
The text was updated successfully, but these errors were encountered: