On link posts, the reddit scraper is not scraping an image from my site for a thumbnail and I cannot see why. I have followed any small snippet I could find about it which basically said.
- Use a squareish image, less than 1.5:1 ration on the sides.
- make the size as small as possible.
- link it with the open graph protocol http://ogp.me/
I have done all of these and added this in the html with no luck, and nowhere else to turn to.
<meta property="og:image:secure_url" content="static/screenshot.png" />