+ 1
Sharing Certificates with Links
Hey community Would you please describe me how to share our certificates through the direct links? Not via Facebook or LinkedIn but through the actual link of the image ie https://www.sololearn.com/Certificate/1014-7554429/img/ I need this for my portfolio in html as an href value. <div class="col-lg-2"><a href="https://www.sololearn.com/Certificate/1014-7554429/img/" target="_blank"><img src="https://www.sololearn.com/Icons/Courses/1014.png" alt="HTML" width="75%" class="imgRadius"></a></div> But when I click on it it shows an empty page. Thank you in advance!
2 odpowiedzi
+ 4
Update:
Reading marwin's code you can replace img with jpg in the download link, it will display the picture.
Older:
No you can't get a direct link for displaying a jpg from Sololearn, but you can download and upload it to a image host like https://imgbb.com/ or similar.
After uploading use that direct link in your code should be better.