This is scrape info from debugger. I always get the wrong picture in the post. I have tried placing in item.php in the top where there is no header. I tried in header.php within <head> tag
When and how we last scraped the URL
Time Scraped för 2 sekunder sedan
Response Code 206
Fetched URL http://www.zwappa.se/for-hemmet/mobler-heminredning/ikea-kivik_i99
Canonical URL http://www.zwappa.se/for-hemmet/mobler-heminredning/ikea-kivik_i99 (0 likes, 0 shares)
Server IP 2a00:16d8:2:200::20
Notice
Warnings That Should Be Fixed
Inferred Property The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
og:image could not be downloaded or is too small og:image was not defined, could not be downloaded or was not big enough. Please define a chosen image using the og:image metatag, and use an image that's at least 200x200px and is accessible from Facebook. Image 'http://www.zwappa.se/oc-content/uploads/0/26_thumbnail.jpg' will be used instead.
These are the raw tags that we found
Meta Tag <meta property="fb:app_id" content="XXXXXXXXXXXXXXXXXXX" />
Meta Tag <meta property="og:type" content="website" />
Meta Tag <meta property="og:url" content="http://www.zwappa.se/for-hemmet/mobler-heminredning/ikea-kivik_i99" />
Meta Tag <meta property="og:title" content="IKEA kivik" />
Meta Tag <meta property="og:image" content="http://www.zwappa.se/0." />
Based on the raw tags, we constructed the following Open Graph properties
fb:app_id XXXXXXXXXXXXXXX
og:url http://www.zwappa.se/for-hemmet/mobler-heminredning/ikea-kivik_i99
og:type website
og:title IKEA kivik
og:image
og:description Möbler & heminredning Huddinge, Fin soffa med schäslong. Fint skick - KIVIK är en rymlig soffserie där du sitter mjukt, djupt och med bekvämt stöd för ..., Möbler & heminredning Huddinge
og:updated_time 1436432463
Using this code:
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#">
<meta property="fb:app_id" content="XXXXXXXXXXXX" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<?php echo osc_item_url() ; ?>" />
<meta property="og:title" content="<?php echo osc_item_title(); ?>" />
<meta property="og:image" content="<?php echo osc_resource_url(); ?>" />