imagefacebookurlmeta-tagsshare-open-graph

FB meta image tag not working


I have this meta tag for an image to pull when the link to an article is posted on FB:

`<meta property="og:image" content="http://crossfit954.com/photos/t-316.jpg"/>` 

However its pulling 3 other images not including the t-316.jpg I need. Running it through the FB debugger says Can't Download Could not retrieve data from URL.

I'm not sure what else I need to get that image to be the thumbnail that posts on FB when I paste the link, any thought?


Solution

  • The debugger has all errors you need!

    enter image description here

    Use a bigger image to show the thumbnail you want and add the reuqired OGP tags

    <meta property="og:title" content="Example" />
    <meta property="og:url" content="http://example.com" />
    <meta property="og:image" content="http://example.com/example.jpg" />