質問編集履歴

4

エディター

2022/07/18 10:46

投稿

Takua
Takua

スコア0

test CHANGED
File without changes
test CHANGED
@@ -16,6 +16,7 @@
16
16
  <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
17
17
  <meta name="agd-partner-manual-verification" />
18
18
  <meta charset="UTF-8" >
19
+ <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,viewport-fit=cover">
19
20
  ```
20
21
 
21
22
  Wordpressのテーマエディターのheader.phpでは3行目が違いますね。
@@ -23,5 +24,6 @@
23
24
  <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
24
25
  <meta name="agd-partner-manual-verification" />
25
26
  <meta charset="<?php bloginfo( 'charset' ); ?>" >
27
+ <meta name="viewport" content="width=device-width,initial-scale=1.0,user-scalable=no,viewport-fit=cover">
26
28
  ```
27
29
 

3

header.php

2022/07/18 10:44

投稿

Takua
Takua

スコア0

test CHANGED
File without changes
test CHANGED
@@ -10,7 +10,7 @@
10
10
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-07-18/feb85d53-24a6-4d15-86c0-f878c8170fa4.jpeg)
11
11
 
12
12
 
13
- このようになっています。下のコードの真ん中の部分です。
13
+ ソースはこのようになっています。下のコードの真ん中の部分です。
14
14
 
15
15
  ```
16
16
  <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
@@ -18,3 +18,10 @@
18
18
  <meta charset="UTF-8" >
19
19
  ```
20
20
 
21
+ Wordpressのテーマエディターのheader.phpでは3行目が違いますね。
22
+ ```
23
+ <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
24
+ <meta name="agd-partner-manual-verification" />
25
+ <meta charset="<?php bloginfo( 'charset' ); ?>" >
26
+ ```
27
+

2

コード

2022/07/18 10:08

投稿

Takua
Takua

スコア0

test CHANGED
File without changes
test CHANGED
@@ -8,3 +8,13 @@
8
8
 
9
9
 
10
10
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-07-18/feb85d53-24a6-4d15-86c0-f878c8170fa4.jpeg)
11
+
12
+
13
+ このようになっています。下のコードの真ん中の部分です。
14
+
15
+ ```
16
+ <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article: http://ogp.me/ns/article#">
17
+ <meta name="agd-partner-manual-verification" />
18
+ <meta charset="UTF-8" >
19
+ ```
20
+

1

http

2022/07/18 10:03

投稿

Takua
Takua

スコア0

test CHANGED
File without changes
test CHANGED
@@ -4,5 +4,7 @@
4
4
 
5
5
  上の欄のメタタグは指示通りに、header.phpの<head>タグ内に貼りました。
6
6
 
7
+ 入力するURLは、欄に「「http://」を含む」とありますが、自分のブログはhttpsなのですが、関係ありますか?
8
+
7
9
 
8
10
  ![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-07-18/feb85d53-24a6-4d15-86c0-f878c8170fa4.jpeg)