Skip to content

Instantly share code, notes, and snippets.

@andrebaltieri
Created September 24, 2014 21:03
Show Gist options
  • Save andrebaltieri/20e9fdeb4a797308b637 to your computer and use it in GitHub Desktop.
Save andrebaltieri/20e9fdeb4a797308b637 to your computer and use it in GitHub Desktop.
<!-- Favicon -->
<!-- Created with http://www.xiconeditor.com/ -->
<link rel="shortcut icon" href="favicon.ico" />
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="196x196" href="content/img/res/android/196x196.gif">
<!-- Add to homescreen for Safari on iOS -->
<link rel="apple-touch-icon" href="content/img/res/ios/196x196.gif">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Application Title">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="content/img/res/win8/144x144.gif">
<meta name="msapplication-TileColor" content="#f5f5f5">
<!-- Share -->
<!-- for Google -->
<meta name="description" content="Website Description" />
<meta name="keywords" content="Keywords, separated, with, comma" />
<meta name="author" content="Author Name" />
<meta name="copyright" content="Author Name" />
<meta name="application-name" content="Application Title" />
<!-- for Facebook -->
<meta property="og:title" content="Application Title" />
<meta property="og:type" content="article" />
<meta property="og:image" content="content/img/res/facebook/200x200.gif" />
<meta property="og:url" content="http://applicationurl.com/" />
<meta property="og:description" content="Application Description" />
<!-- for Twitter -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="Application Title" />
<meta name="twitter:description" content="Application Description" />
<meta name="twitter:image" content="content/img/res/twitter/200x200.gif" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment