0
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 3 years have passed since last update.

Twitter Card の使い方

Last updated at Posted at 2021-06-03

Twitter Card の使い方です。
Link が次のように表示されます。
twitter_card_jun0301.png

html の head に次のような記述を追加します。

<!DOCTYPE html>
<html lang="ja">
<head>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8" />
<meta name="twitter:card" content="summary" />
<meta name="twitter:site" content="@ekzemplaro" />
<meta property="og:url" content="https://ekzemplaro.org/storytelling/" />
<meta property="og:title" content="ストーリーテリングのページ" />
<meta property="og:description" content="Storytelling" />
<meta property="og:image" content="https://ekzemplaro.org/png/linux_logo.png" />
<title>ストーリーテリング</title>
</head>
(省略)

Card validator で確認
twitter_card_jun03.png

参考ページ
ツイートをカードで最適化する

0
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
0
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?