0

I'm attempting to set a custom thumbnail for when people share my website on Facebook. I followed this post here: How does Facebook Sharer select Images and other metadata when sharing my URL?

It seems this info may be outdated because I am unable to get it to work. Can anyone advise if there has been a change and how to handle this now?

I currently have this in my head but It is not working:

<head>
<meta property="og:image" content="http://placehold.it/350x150"/>
<meta property="og:image:secure_url" content="https://placehold.it/350x150" />
</head>
Community
  • 1
  • 1
AndrewLeonardi
  • 3,351
  • 9
  • 47
  • 100

1 Answers1

1

Figured it out. Facebook simply had not refreshed my images yet. I found this tool to help with this process:

https://developers.facebook.com/tools/debug/

AndrewLeonardi
  • 3,351
  • 9
  • 47
  • 100