Skip to content

Instantly share code, notes, and snippets.

@az1979
Created January 19, 2018 09:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save az1979/efe0a1ed3450580f71bb2590f3124497 to your computer and use it in GitHub Desktop.
Save az1979/efe0a1ed3450580f71bb2590f3124497 to your computer and use it in GitHub Desktop.
OGPのサンプル
/* Facebook */
<meta property="og:image" content="https://gameusers.org/dev/blog/wp-content/uploads/2018/01/ec-wordpress-e-source-code.jpg" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
/* Twitter */
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@gameusersorg" />
<meta name="twitter:domain" content="gameusers.org" />
<meta name="twitter:image" content="https://gameusers.org/dev/blog/wp-content/uploads/2018/01/ec-wordpress-e-source-code.jpg" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment