-
Notifications
You must be signed in to change notification settings - Fork 0
/
oghead-blank.json
51 lines (41 loc) · 1.13 KB
/
oghead-blank.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"prefix": "og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# website: http://ogp.me/ns/website#",
"twitter": {
"title": "",
"url": "",
"description": "",
"site": "",
"card": "",
"creator": "",
"use_ph": false,
"image_ph": "http://via.placeholder.com/",
"bgcolor_ph": "381aff",
"fgcolor_ph": "6eff3d",
"text_ph": "some text goes RIGHT here",
"imagewidth_ph": "1556",
"imageheight_ph": "778",
"imagetype_ph": "jpg",
"image": "",
"imagewidth": "",
"imageheight": ""
},
"og": {
"title": "",
"url": "",
"description": "",
"type": "website",
"site_name": "",
"use_ph": false,
"image_ph": "http://via.placeholder.com/",
"bgcolor_ph": "403dff",
"fgcolor_ph": "000000",
"text_ph": "some OTHER text goes here",
"imagewidth_ph": "1200",
"imageheight_ph": "796",
"imagetype_ph": "jpg",
"image": "",
"imagewidth": "",
"imageheight": "",
"imagetype": "image/jpg"
}
}