Last active
January 23, 2020 12:59
-
-
Save zdolny/c4b096bdcd869c9163ec to your computer and use it in GitHub Desktop.
social share
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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