Replies: 1 comment
-
Already implemented ![]() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It's possible to get the avatar from social media profiles by following the pattern of the links.

Github
https://github.com/<username>
https://github.com/nelsonbn
https://avatars.githubusercontent.com/<username>
https://avatars.githubusercontent.com/nelsonbn
If the profile link is for LinkedIn and you can't directly extract the profile picture yet, use the user's initials as a placeholder. This maintains functionality while allowing room for future improvements.
That's why it's possible to extract the avatar just from the profile link.
Beta Was this translation helpful? Give feedback.
All reactions