Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

OGPの設定 #143

Open
astralbrim opened this issue Jun 28, 2021 · 1 comment
Open

OGPの設定 #143

astralbrim opened this issue Jun 28, 2021 · 1 comment
Labels
progress/discuss 進捗。議論中 type/feature 種類。機能の追加・変更

Comments

@astralbrim
Copy link
Member

htmlに以下の記述を追加する.

<head prefix="og: http://ogp.me/ns#">
  <meta property="og:site_name" content="サイト名">
  <meta property="og:title" content="ページタイトル">
  <meta property="og:description" content="ページ説明">
  <meta property="og:url" content="ページURL">
  <meta property="og:type" content="article">
  <meta property="og:image" content="画像のURL">
  <meta name="twitter:card" content="summary">
  <meta name="twitter:site" content="@twitterid">
  <meta name="fb:app_id" content="数字15桁">
</head>

参考記事: OGP設定方法

@astralbrim
Copy link
Member Author

panelにいるか?

@astralbrim astralbrim added progress/discuss 進捗。議論中 type/feature 種類。機能の追加・変更 labels Jun 28, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
progress/discuss 進捗。議論中 type/feature 種類。機能の追加・変更
Projects
None yet
Development

No branches or pull requests

1 participant