Default site image on Facebook Links Print

  • 2

1. Put the following somewhere inside the head tags of the website:

<meta property="og:url" content="http://yourdomain.com" />
<meta property="og:type" content="yourkeyword" />
<meta property="og:title" content="Your Title" />
<meta property="og:description" content="Your Description" />
<meta property="og:image" content="https://yourdomain.com/yourimage.jpg" />

2. Go here to clear cache at Facebook: https://developers.facebook.com/tools/debug/og/object/

3. Finished.



Was this answer helpful?

« Back