Skip to content

Instantly share code, notes, and snippets.

@nenjiru
Created March 16, 2015 13:54
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 nenjiru/15baf774bc634ab8671a to your computer and use it in GitHub Desktop.
Save nenjiru/15baf774bc634ab8671a to your computer and use it in GitHub Desktop.
OGP template
<!DOCTYPE HTML>
<html lang="ja">
<head prefix="og: http://ogp.me/ns# fb: http://www.facebook.com/2008/fbml">
<meta charset="UTF-8" />
<title></title>
<meta name="viewport" content="width=device-width" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<meta name="author" content="" />
<meta property="fb:app_id" content="" />
<meta property="og:title" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:site_name" content="" />
<meta property="og:description" content="" />
<link rel="stylesheet" href="" />
<link rel="shortcut icon" href="" />
<link rel="apple-touch-icon-precomposed" href="" />
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment