Hi everyone.. i am getting problem in the code of facebook like and sharing buttons.. When we click on fb like or share button i want to display the thumb of the current page but its not happening it. on like/share button randomly image is selected. this is my code : //here ID is the querystring <meta property="og:url" content="gallery.php?id=<?php echo $_GET['id']; ?>"/> <meta property="og:title" content="<?php echo $album_title; ?>" /> <meta property="og:site_name" content="favsnaps"/> <meta property="og:description" content="<?php echo $heading; ?>" /> <meta property="og:type" content="article"/> <meta property="og:image" content="images/547791Simba-Nala-the-lion-king-15187543-720-578.jpg"/> <meta property="og:locale" content="en_us"/> I want images/547791Simba-Nala-the-lion-king-15187543-720-578.jpg to display as the thumb image when its shared on fb thanks!
Have you tried linting the URL with Facebook? https://developers.facebook.com/tools/debug If there are any issues Facebook is having with your site, it'll tell you; but it usually will also clear out any cached OG data it has on your site and redownload the new data, such as your image URL.