Skip to content

Instantly share code, notes, and snippets.

@lailo
Last active April 30, 2017 08:06
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 lailo/b566e108aa44940b7745b131f3910f7b to your computer and use it in GitHub Desktop.
Save lailo/b566e108aa44940b7745b131f3910f7b to your computer and use it in GitHub Desktop.
HTML headers for social sharing
<head>
<title>%PAGE_TITLE%</title>
<meta name="title" content="%PAGE_TITLE%">
<meta name="description" content="%DESCRIPTION%">
<meta property="fb:app_id" content="%FACEBOOK_APP_ID%">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@%TWITTER_USER%">
<meta name="twitter:title" content="%TITEL%">
<meta name="twitter:description" content="%DESCRIPTION%">
<meta name="twitter:image" content="%IMAGE_URL%">
<meta name="twitter:creator" content="@%TWITTER_USER%">
<meta property="og:type" content="article">
<meta property="og:site_name" content="%PAGE_TITLE%">
<meta property="og:title" content="%TITEL%">
<meta property="og:image" content="%IMAGE_URL%">
<meta property="og:description" content="%DESCRIPTION%">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="%URL%">
<link rel="icon" href="%FACICON%" class="js-favicon">
<link rel="apple-touch-icon" sizes="152x152" href="%APPLE_TOUCH_ICON_152%">
<link rel="apple-touch-icon" sizes="120x120" href="%APPLE_TOUCH_ICON_120%">
<link rel="apple-touch-icon" sizes="76x76" href="%APPLE_TOUCH_ICON_76%">
<link rel="apple-touch-icon" sizes="60x60" href="%APPLE_TOUCH_ICON_60%">
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment