LoginSignup
1
1

More than 5 years have passed since last update.

Facebookシェア | OGP設定完全版 2015

Last updated at Posted at 2015-02-27

OGPの設定を行なう際、様々な書き方があり躓いたので備忘録的に。

とりあえずこれらをheadの中に書けば問題なし。

<!-- ogp -->
<meta property="og:title" content="タイトルはここ" >
<meta property="og:type" content="article"/>
<meta property="og:description" content="説明文はここ">
<meta property="og:url" content="http://www.hogehoge.html" >
<meta property="og:image" content="http://www.hogehoge/img1.jpg" >
<meta property="og:site_name" content="webサイトのタイトル" >
<!-- //ogp -->
1
1
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
1
1