Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>According to <a href="http://developers.facebook.com/docs/opengraphprotocol/" rel="nofollow">http://developers.facebook.com/docs/opengraphprotocol/</a> </p> <blockquote> <p>og:image - An image URL which should represent your object within the graph. The image must be at least 50px by 50px, although a minimum 200px by 200px is preferred and 1500px by 1500px is recommended for the best possible user experience. The image can have a maximum aspect ratio of 3:1. We support PNG, JPEG and GIF formats. You may include multiple og:image tags to associate multiple images with your page. (Note: image sizes must be no more than 5MB in size.)</p> </blockquote> <p>In regards to your issue, this states that you can have multiple images set as your Open Graph image. If you solely want your specific image to be provided as an option then I would suggest providing three images, each with their own "og:image"</p> <p>Currently you have:</p> <blockquote> <p>meta property="og:image" content="http://d3gqasl9vmjfd8.cloudfront.net/750d2708-65b0-42d6-bf1e-a4e0f8f2b79c.jpg" /></p> </blockquote> <p>You could replace with:</p> <blockquote> <blockquote> <p>meta property="og:image" content="http://d3gqasl9vmjfd8.cloudfront.net/750d2708-65b0-42d6-bf1e-a4e0f8f2b79c.jpg.jpg" /></p> <p>meta property="og:image" content="http://d3gqasl9vmjfd8.cloudfront.net/sameimagenewname.jpg" /></p> <p>meta property="og:image" content="http://d3gqasl9vmjfd8.cloudfront.net/sameimagenewname2.jpg" /></p> </blockquote> </blockquote> <p>This would solve the issue of undesired images being used.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload