LeaPhant / skyblock-stats

A beautiful SkyBlock profile viewer 🌹
https://sky.lea.moe
MIT License
168 stars 33 forks source link

Twitch and Twitter links do not work properly #53

Closed iwillreku3206 closed 4 years ago

iwillreku3206 commented 4 years ago

Social media links (see below image) are linked as <a href="twitter.com/TWITTERUSERNAME></a>" which causes it to to go to https://sky.lea.moe/stats/USERNAME/twitter/TWITTERUSERNAME instead of https://twitter.com/TWITTERUSERNAME. As far as I can tell, this does not affect YT and Hypixel Forum, but does affect Twitch.

This may be fixed by adding https:// or http:// to the beginning of the URL.

sky lea moe bug (social links)

samm4x commented 4 years ago

All of the social media links work perfectly on my page: https://sky.lea.moe/stats/samm4x/Coconut

It may be beacuse when you entered your socials to Hypixel, you didn't include the entire link?

EDIT: I think I might know why, when you inserted the twitter link to Hypixel did you include the "https://" or just start with "twitter.com"?

iwillreku3206 commented 4 years ago

I only added 'twitter.com'

samm4x commented 4 years ago

That's the problem then. The Hypixel API doesn't add "https://" for you, as you are meant to input it yourself at the start of the link. :)