Skip to content

Instantly share code, notes, and snippets.

@salvatorecapolupo
Last active August 18, 2019 08:44
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 salvatorecapolupo/91ce92969b13a755451d64e078e69174 to your computer and use it in GitHub Desktop.
Save salvatorecapolupo/91ce92969b13a755451d64e078e69174 to your computer and use it in GitHub Desktop.
Facebook Open Graph HTML basic template
<meta property="og:locale" content="it_IT" />
<meta property="og:type" content="article" />
<meta property="og:title" content="Questo apparirà come titolo - This is title" />
<meta property="og:description" content="This is description - Questa invece sarà la descrizione del link corrispondente a questa pagina." />
<meta property="og:url" content="https://url.sito/path/" />
<meta property="og:site_name" content="URL Sito" />
<meta property="article:author" content="https://www.facebook.com/pippo.pappo" />
<meta property="og:image" content="http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/the_image_you_like.jpg" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment