Apetitius Giganticus
Apetitius Giganticus

Reputation: 11

og:image does not appear correctly

og:image is set correctly as well as link rel - i can know it is corrent because when i input the url in facebook debug, the correct image appears. however, if i post the url in facebook, the image does not show - instead random images from the page are used...

here are the two lines i used in the HEAD section:

<meta property="og:image" content="http://www.lukulos.gr/images/previews/index.jpg"/>
<link rel="image_src" href="http://www.lukulos.gr/images/previews/index.jpg"/>

Upvotes: 1

Views: 205

Answers (1)

Sanjay Panchal
Sanjay Panchal

Reputation: 540

You may be having problems with the facebook cache.

Try and paste your page url here http://developers.facebook.com/tools/debug and see what happens.

If it shows the correct image, then your problem is the facebook cache.

Upvotes: 2

Related Questions