Skip to content

Instantly share code, notes, and snippets.

@philippebarbosa
Created January 31, 2013 14:29
Show Gist options
  • Save philippebarbosa/4683209 to your computer and use it in GitHub Desktop.
Save philippebarbosa/4683209 to your computer and use it in GitHub Desktop.
Social Snippet for html <head>
<!-- FACEBOOK -->
<meta property="og:image" content="http://www.website.com/thumbnail.jpg" />
<meta property="og:title" content="Article Title." />
<meta property="og:description" content="Article Description." />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.website.com/article-title" />
<!-- TWITTER -->
<meta name="twitter:card" content="summary"/>
<meta name="twitter:url" content="http://www.website.com/article-name"/>
<meta name="twitter:title" content="Title of the Article"/>
<meta name="twitter:description" content="A short summary of the article."/>
<meta name="twitter:image" content="http://www.website.com/thumbnail.jpg"/>
<meta name=”twitter:creator” value=”@username” />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment