Good afternoon
I've been using your AddThis social widget for quite some time without any problems but recently I added it to a simple one page site and it keeps resetting the share, like, tweet icons to 0. I can't see anything else on the page which might be conflicting with it although I did add <meta property="og:image" content="images/naaw.jpg"/> to specify a facebook share thumbnail. Would that be a problem do you know?
http://www.airambulanceassociation.co.uk/naaw
Thanks in advance
- Adam
You need to use the full URL of the image, not the relative URL of the image. Here's the correct og:image tag:
<meta property="og:image" content="http://www.airambulanceassociation.co.uk/naaw/images/naaw.jpg"/>
This question is closed to new answers.