Hi, when someone "Likes" my home page and this "liked article" shows into this person's stream, together with the URL of my home page instead of the slider image one of the blog thumbnails (usually the 4th one) shows up. Why does this happen? Usually blog articles have nothing to do with my site's profile, so it looks very misleading (example: the site is about villa rent, the blog page is about a museum in Greece) . What can i do to this please? www.villa4season.com
Go to header.php present in your theme directory and add the code given below Code: <link rel="image_src" href="image of the page" /> <meta property="og:title" content="Enter your title" /> <meta property="og:site_name" content="Enter your site name" /> <meta property="og:image" content="Enter your image address here" /> <meta property="og:description" content="Enter your description text here" /> Sending image for reference Note:- These changes take some time to show changes in your facebook page. But you can check your the website url in the [debugger](https://developers.facebook.com/tools/debug). It should re-scrape with the new parameters.