different image show up while posting in FB group

5 replies
wonder you guys notice,

usually you just post the url , the image will appear

but recently I noticed it does not

for some of my url it managed to display correct the feature image while I post in FB groups

whereas some url the default image cannot display will only display small images of different urls from my site
#group #image #posting #show
  • Profile picture of the author Jeff Burritt
    Banned
    Put your url in facebook debugger, then see your open graph settings. Download the facebook opengraph plugin or use Yoast. https://developers.facebook.com/tools/debug/
    {{ DiscussionBoard.errors[10152049].message }}
  • Profile picture of the author Mike Carter
    Facebook randomly fetches the image from your webpage, So the chances are that you might end up not getting the required image, if you want to display a specific image then you need to specify a image tag on your webpage <head> tag which is something like this,

    <meta property="og:image" content="http://example.com/image.jpg" />

    Replacing the image url to your specific image and adding this tag somewhere on <head> section will make facebook,twitter, google plus and other social media sites to fetch the image which you mentioned.
    {{ DiscussionBoard.errors[10155245].message }}
  • Profile picture of the author CurtisJohnson753
    You need to use that developer tool link to get rid of it as far as I am concerned,
    {{ DiscussionBoard.errors[10155391].message }}

Trending Topics