1<meta property="og:image" content="https://example.com/ogp.jpg" />
2<meta property="og:image:secure_url" content="https://secure.example.com/ogp.jpg" />
3<meta property="og:image:type" content="image/jpeg" />
4<meta property="og:image:width" content="400" />
5<meta property="og:image:height" content="300" />
6<meta property="og:image:alt" content="A shiny red apple with a bite taken out" />
7
1<!doctype html>
2<html xmlns:og="http://ogp.me/ns#">
3<head>
4<title>The Rock (1996)</title>
5<meta property="og:title" content="Cheat Sheet" />
6<meta property="og:type" content="website" />
7<meta property="og:url" content="https://htmlcheatsheet.com/" />
8<meta property="og:image" content="https://htmlcheatsheet.com/demo.jpg" />
9
10<!--optional -->
11<meta property="og:audio" content="https://htmlcheatsheet.com/track.mp3" />
12<meta property="og:description" content="A brief description" />
13<meta property="og:determiner" content="the" />
14<meta property="og:locale" content="en_US" />
15<meta property="og:locale:alternate" content="es_ES" />
16<meta property="og:site_name" content="HTML CheatSheet" />
17<meta property="og:video" content="https://htmlcheatsheet.com/video.swf" />
1<meta property="og:image" content="https://example.com/rock.jpg" />
2<meta property="og:image:width" content="300" />
3<meta property="og:image:height" content="300" />
4<meta property="og:image" content="https://example.com/rock2.jpg" />
5<meta property="og:image" content="https://example.com/rock3.jpg" />
6<meta property="og:image:height" content="1000" />
7
1<meta property="og:title" content="The Rock" /><meta property="og:type" content="video.movie" /><meta property="og:url" content="http://www.imdb.com/title/tt0117500/" /><meta property="og:image" content="http://ia.media-imdb.com/images/rock.jpg" />