Skip to content

Instantly share code, notes, and snippets.

@khanhtran3005
Last active August 29, 2015 14:09
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 khanhtran3005/cdad9938eb96297c6a78 to your computer and use it in GitHub Desktop.
Save khanhtran3005/cdad9938eb96297c6a78 to your computer and use it in GitHub Desktop.
Meta tags for open graph
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="canonical" href="" />
<meta property="og:title" content="" />
<meta property="og:description" content="" />
<meta property="og:url" content="" />
<meta property="og:image" content="" />
<meta property="og:locale" content="" />
<meta property="og:site_name" content="" />
<meta http-equiv="Content-Security-Policy" content="upgrade-insecure-requests"> <!-- disable mixed content warning on HTTPS -->
<link rel="stylesheet" type="text/css" href=""/>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment