How do I set og:image so it takes image from page?
You are going to gave to add some custom og:tags to the HTML markup of your page and specify the image that you want to use… Take a look at the example from the Facebook documentation – <html xmlns=”http://www.w3.org/1999/xhtml” xmlns:og=”http://ogp.me/ns#” xmlns:fb=”https://www.facebook.com/2008/fbml”> <head> <title>The Rock (1996)</title> <meta property=”og:title” content=”The Rock”/> <meta property=”og:type” content=”movie”/> <meta property=”og:url” content=”http://www.imdb.com/title/tt0117500/”/> … Read more