Estoy tratando de compartir artículos con facebook, este es mi código:
<!doctype html> <html> <head> <meta property="og:url" content="http://www.nytimes.com/2015/02/19/arts/international/when-great-minds-dont-think-alike.html" /> <meta property="og:type" content="article" /> <meta property="og:title" content="When Great Minds Don't Think Alike" /> <meta property="og:description" content="How much does culture influence creative thinking?" /> <meta property="og:image" content="http://static01.nyt.com/images/2015/02/19/arts/international/19iht-btnumbers19A/19iht-btnumbers19A-facebookJumbo-v2.jpg" /> </head> <body> <div style="text-align: center;padding: 24px;"> <div>test</div> <div class="lds-ripple"> <div></div> <div></div> </div> </div> </body> </html>pero cuando lo pruebo, se ve así:
parece que la única etiqueta que no funciona es og:url. ¿Alguien sabe lo que estoy haciendo mal?