Skip to content

Instantly share code, notes, and snippets.

@dsebao
Last active April 8, 2019 18:16
Show Gist options
  • Save dsebao/7660731 to your computer and use it in GitHub Desktop.
Save dsebao/7660731 to your computer and use it in GitHub Desktop.
Facebook open graph
<!-- en el header -->
<meta property="og:title" content="Titulo del sitio" />
<meta property="og:description" content="Descripcion" />
<meta property="og:type" content="website"/>
<meta property="og:url" content="http://sitio.com.ar" />
<meta property="og:image" content="http://sitio.com.ar/images/logo.png"/>
<!-- para ver si se ve bien
https://developers.facebook.com/tools/debug
-->
<meta name="twitter:title" content="European Travel Destinations ">
<meta name="twitter:description" content=" Offering tour packages for individuals or groups.">
<meta name="twitter:image" content=" http://euro-travel-example.com/thumbnail.jpg">
<meta name="twitter:card" content="summary_large_image">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment