+ 9
[SOLVED] How do I add my profile image to my website on sololoearn
4 ответов
+ 8
Coder X it's simple my friend.
It uses sololearn's API (Application Programming Interface)
you can get link to anyones profile.
>Just go to profile of user.
>Click on 3 dots in upper right corner.
>click share
>copy link 🔗
This is your profile link.
https://www.sololearn.com/Profile/7430974/?ref=app
Get that number 7430974 from link.. it's your ID.
Use following as source of image..
http://api.sololearn.com/Uploads/Avtars/YOUR_ID_HERE.jpg
+ 5
From Profile link:
https://sololearn.com/Profile/<profileID>/?ref=app
Example:
https://sololearn.com/Profile/7430974/?ref=app
Setup:
https://api.sololearn.com/Uploads/Avatars/<profileID>.jpg
Example:
https://api.sololearn.com/Uploads/Avatars/7430974.jpg
that is your output!!!
+ 2
Thanks