Last active
April 8, 2019 18:16
-
-
Save dsebao/7660731 to your computer and use it in GitHub Desktop.
Facebook open graph
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
| <!-- 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 | |
| --> |
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
| <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