Facebook Open Graph HTML basic template
This file contains 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 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