Hi there, When I post a link on Facebook it's coming up with some really bad images of my site. I have tried to add new images to the page that I want to share (so that I can choose them in the thumbnail option on Facebook) but it won't use the image that's on the page. Hope this makes sense. I was just wondering if someone can help me to change the thumbnail image on my website so that when I/ anyone else shares my webpage, the new image comes up rather than the old crappy images. Look forward to hearing back. Thanks, Jordan
Hi, you need to add specifics tags in your <head></head> to tell the social network which image must use for sharing the link <meta property="og:image" content="http://www.yoursite.com/yourimage.png" /> <meta name="twitter:image:src" content="http://www.yoursite.com/yourimage.png"/> HTML: Other social networks should read the tag og:image Now you'll have a problem. Social networks, especially Facebook, take pictures to share in the cache. So now, even if you enter the tag, facebook will take the old image. What you have to do is go to the Facebook debug console and enter your link. In this way, you will force the cache update for facebook https://developers.facebook.com/tools/debug/