How to set thumbnail of my website that appear when i share my website on facebook ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 13

How to set thumbnail of my website that appear when i share my website on facebook ?

31st May 2017, 4:55 AM
Kailash Loncha
Kailash Loncha - avatar
4 Answers
+ 10
Any Example
31st May 2017, 5:57 AM
Kailash Loncha
Kailash Loncha - avatar
+ 7
Use meta tags
31st May 2017, 5:01 AM
Ekansh
+ 6
<head> <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> </head>
31st May 2017, 5:58 AM
The Coding Sloth
The Coding Sloth - avatar