HTML - OG (Open Graph Protocol)

0 votes
320 views
added Nov 6, 2019 in HTML by LC Marshal Captain (25,790 points)
<!--General OG-->
<head>
<title>Defender 300tdi</title>
<meta property="og:title" content="The Defender 300tdi" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lazacode.org" />
<meta property="og:image" content="https://lazacode.org/image/defender.jpg" />
</head>

 

1 Response

0 votes
responded Nov 6, 2019 by LC Marshal Captain (25,790 points)
<!--Optional data-->
<meta property="og:audio" content="http://sample.com/defender/theme.mp3" />
<meta property="og:description" 
  content="The legendary Land Rover Defender" />
<meta property="og:determiner" content="the" />
<meta property="og:locale" content="en_GB" />
<meta property="og:locale:alternate" content="fr_FR" />
<meta property="og:locale:alternate" content="es_ES" />
<meta property="og:site_name" content="lazacode" />
<meta property="og:video" content="http://example.com/lr/defender.mp4" />

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...