-1

When I send my site to someone on Facebook or Messenger, the preview of a website will have the Facebook logo and the description is blank.

It doesn’t show my fav icon it shows the Facebook logo. Example:

enter image description here

But if I enter the Twitter URL it displays what Twitter wants to show. Example:

enter image description here

Sebastian Simon
  • 18,263
  • 7
  • 55
  • 75

2 Answers2

1

You may use meta tags like this:

<meta property="og:url" content="http://www.yourwebsite.com/some_folder/some_fav_icon.png" />
<meta property="og:image" content="http://www.yourwebsite.com/some_folder/some_fav_icon.png" />
<meta property="og:title" content="Your Title" />
<meta property="og:description" content="Your Description" />
user2755140
  • 1,917
  • 4
  • 13
  • 16
0

Pages that render nicely when shared on Facebook (or other sites) use the Open Graph Protocol. You'll find this website helpful

Abel Tadesse
  • 145
  • 5