I had the same problem as my head. I use the Wordpress website, so I had to give up www . Check your wordpress admin > settings >general for your website address / Wordpress address, etc. This will overcome other URL errors.
Regarding the image problem, all I can say is that using this in my header file worked for me. I have added this below.
<html prefix="og: http://ogp.me/ns#"> <head> <meta property="og:image" content="http://yourwebsite.com/images/yourimage.jpg"/> <meta property="og:image:width" content="500" /> <meta property="og:image:height" content="500" /> <meta property="og:title" content="your website page title"/> <meta property="og:url" content="http://yourwebsite.com"/> <meta property="og:site_name" content="site name and content etc"/> <meta property="og:description"content="description of site" /> <meta property="og:type" content="Website"/>
In wordpress, I left <title><?php wp_title( '|', true, 'right' ); ?></title> <title><?php wp_title( '|', true, 'right' ); ?></title> .
Also, as suggested in other posts in my instance, this code: <link rel="image_src" href="http://URL-TO-YOUR-IMAGE" / > did NOT WORK. Having removed it, he instantly left.
I used the image 500 x 500. Good luck .. I hope I save someone else's pain.
Muz Apr 08 '13 at 14:28 2013-04-08 14:28
source share