-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
  • 16,564
  • 7
  • 51
  • 69

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,737
  • 3
  • 12
  • 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