質問編集履歴

1

記載ドメインをサンプル用の物に変更

2019/12/24 07:45

投稿

108_tw
108_tw

スコア20

test CHANGED
File without changes
test CHANGED
@@ -14,19 +14,19 @@
14
14
 
15
15
  <meta property="og:type" content="article" />
16
16
 
17
- <meta property="og:url" content="https://hoge.com" />
17
+ <meta property="og:url" content="https://example.com" />
18
18
 
19
- <meta property="og:image" content="https://hoge.com/img/ogp001.jpg">
19
+ <meta property="og:image" content="https://example.com/img/ogp001.jpg">
20
20
 
21
21
  <meta property="og:image:width" content="1200" />
22
22
 
23
23
  <meta property="og:image:height" content="630" />
24
24
 
25
- <meta property="og:image" content="https://hoge.com/img/ogp002.jpg">
25
+ <meta property="og:image" content="https://example.com/img/ogp002.jpg">
26
26
 
27
- <meta property="og:image" content="https://hoge.com/img/ogp003.jpg">
27
+ <meta property="og:image" content="https://example.com/img/ogp003.jpg">
28
28
 
29
- <meta property="og:image" content="https://hoge.com/img/ogp004.jpg">
29
+ <meta property="og:image" content="https://example.com/img/ogp004.jpg">
30
30
 
31
31
  <meta property="fb:app_id" content="xxxxxxxxxx">
32
32
 
@@ -34,7 +34,7 @@
34
34
 
35
35
  <meta property="og:description" content="あああああああああ" />
36
36
 
37
- <link rel="mixi-check-image" type="image/jpeg" href="https://hoge.com/img/ogp001.png" />
37
+ <link rel="mixi-check-image" type="image/jpeg" href="https://example.com/img/ogp001.png" />
38
38
 
39
39
  <meta name="twitter:card" content="gallery">
40
40
 
@@ -48,9 +48,9 @@
48
48
 
49
49
  ```ここに言語を入力
50
50
 
51
- <a href="http://www.facebook.com/share.php?u=https://hoge.com" target="blank">facebook</a>
51
+ <a href="http://www.facebook.com/share.php?u=https://example.com" target="blank">facebook</a>
52
52
 
53
- <a href="https://hoge.com&text=あああああああああああああああああああ" target="blank">twitter</a>
53
+ <a href="https://example.com&text=あああああああああああああああああああ" target="blank">twitter</a>
54
54
 
55
55
  ```
56
56