Created
November 5, 2012 14:30
-
-
Save danilowm/4017459 to your computer and use it in GitHub Desktop.
Limpar cache de URL no Facebook
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:title" content="Titulo do Post" /> | |
<meta property="og:description" content="Descrição do Post" /> | |
<meta property="og:type" content="website" /> | |
<meta property="og:url" content="http://meusite.com.br" /> | |
<meta property="og:image" content="logo_do_site.png" /> | |
<meta property="og:site_name" content="Meu Site" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment