Skip to content

Instantly share code, notes, and snippets.

@zdolny
Last active January 23, 2020 12:59
Show Gist options
  • Save zdolny/c4b096bdcd869c9163ec to your computer and use it in GitHub Desktop.
Save zdolny/c4b096bdcd869c9163ec to your computer and use it in GitHub Desktop.
social share
<head>
<title>{TITLE}</title>
<meta name="description" content="{DESCRIPTION}">
<link rel="image_src" href="{PATH_TO_IMAGE}/fb_share.png">
<meta property="og:title" content="">
<meta property="og:url" content="">
<meta property="og:site_name" content="">
<meta property="og:description" content="">
<meta property="og:image" content="">
</head>
<body>
<a href="https://www.facebook.com/sharer/sharer.php?u={SITE_URL}" target="_blank" title=""></a>
<a href="https://twitter.com/intent/tweet?text={TWEET_TXT}&url={SITE_URL}" target="_blank" title=""></a>
<a href="http://www.linkedin.com/shareArticle?mini=true&url={SITE_URL}" target="_blank"></a>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment