Image FB displays on link

Hello mpsocial I need help. This is my code

meta charset=“utf-8”>
title>Random Name
meta name=“description” content="">
meta name=“author” content="">
meta property=“og:type” content=“website” />
meta property=“og:title” content=“Random Stuff” />
meta property=“og:description” content=“Random Stuff” />
meta property=“og:image” content=“http://i.imgur.com/somethingsomething.jpg” />

The image displays when I paste the link in a message/status but once i hit enter it displays a different image from my website. Its super confusing If someone can tell me how to do this I would truly appreciate it !

Thank you …

Did you run the URL in Facebook debugger to see which image it scraps? Don’t forget to click in Scrape Again to see if it will scrap the right image if it’s scrapping the wrong one.

If none of this work, try to take another look in your meta og:image code to make sure you are using the correct format. Maybe another code is over writing that one ?