forked from niallkennedy/open-graph-protocol-examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
image-toosmall.html
24 lines (24 loc) · 1.28 KB
/
image-toosmall.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!doctype html>
<html lang="en">
<head prefix="og: http://ogp.me/ns#">
<meta charset="utf-8">
<title>Structured image too small</title>
<meta property="og:title" content="Structured image too small">
<meta property="og:site_name" content="Open Graph protocol examples">
<meta name="description" content="Will an indexer accept a 1x1 transparent PNG?">
<meta property="og:description" content="Will an indexer accept a 1x1 transparent PNG?">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<link rel="canonical" href="http://examples.opengraphprotocol.us/image-toosmall.html">
<meta property="og:url" content="http://examples.opengraphprotocol.us/image-toosmall.html">
<meta property="og:image" content="http://examples.opengraphprotocol.us/media/images/1.png">
<meta property="og:image:secure_url" content="https://d72cgtgi6hvvl.cloudfront.net/media/images/1.png">
<meta property="og:image:width" content="1">
<meta property="og:image:height" content="1">
<meta property="og:image:type" content="image/png">
</head>
<body>
<p>Will an indexer accept a 1x1 transparent PNG?</p>
<p>Facebook <a href="https://developers.facebook.com/docs/opengraph/#started">requires</a> an og:image to be "at least 50px by 50px and have a maximum aspect ratio of 3:1."</p>
</body>
</html>