5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Twitter でOGP表示するための設定

Posted at

以下の手順になります。

最低は以下のタグを設定します。

<meta content="これはOGP" property="og:title">
<meta content="summary_large_image" name="twitter:card">
<meta content="zzzzzzzzzzzzzzz.com/og.png" property="og:image">
<meta content="zzzzzzzzzzzzzzz.com" property="og:url">
  • twitter:cardsummary_large_imagesummaryか設定できます。
  • og:imageog:urlは必ずドメインと含む設定必要です、
NGケース
<meta content="/og.png" property="og:image">

OKケース
<meta content="zzzzzzzzzzzzzzz.com/og.png" property="og:image">
  • それ以外のタグはありますので、必要の場合設定しても大丈夫です。

Twitter card validatorを行います

Twitterで確認して、以上

Twitterカードは他のカードもあります。

5
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
5
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?