-1

I want to change the image of my website that is shown when it is sent on social media (WhatsApp, Discord, Skype, ...).

Examples:

YES enter image description here

I don't mean the title icon:

enter NO!

Alwin
  • 786
  • 9
  • 19

1 Answers1

1

WhatsApp uses the og:image meta-tag for that Image. Add this to your websites head element:

<meta property="og:image" content="/path/to/your/image.png">
Luca Kiebel
  • 9,790
  • 7
  • 29
  • 44