Dawa a écrit :
Hello à tous,
Je me bats depuis environ 2 heures là-dessus sans trouver de solution. Depuis trèèèèès longtemps quand je partage un lien de mon site sur Facebook l'image n'apparaît pas. Je dois alors le debugger sur https://developers.facebook.com/tools/debug avant de pouvoir recommencer. J'ai donc cherché des infos, et il semble que les balises opengraph soient en cause. En effet, malgré les nombreuses modifications que je viens de faire après les différentes pistes trouvées, j'ai un Warning récurrent :
Code :
- The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
|
Pourtant dans mon code source il apparaît bien :
Code :
- <meta property="og:image" content="http://www.shootmeagain.com/photo/Y2013/3769/saintvitus-oslo_30-03-2013_17.jpg" />
|
Je copie tout l'entête de ma page histoire d'être complet :
Code :
- <!DOCTYPE html><html xmlns:og="http://ogp.me/ns#"><head><title>PHOTOS : Saint Vitus à Oslo (Rockefeller) le 30-03-2013 | Shoot Me Again Webzine.</title>
- <meta charset="UTF-8">
- <link rel=canonical href='http://www.shootmeagain.com/photos/3769_saintvitus_oslo_30-03-2013'>
- <meta property="og:description" content="PHOTOS : Saint Vitus à Oslo (Rockefeller) le 30-03-2013 | Shoot Me Again Webzine." />
- <meta property="og:title" content="PHOTOS : Saint Vitus à Oslo (Rockefeller) le 30-03-2013 | Shoot Me Again Webzine." />
- <meta property="og:url" content="http://www.shootmeagain.com/photos/3769_saintvitus_oslo_30-03-2013" />
- <meta property="og:type" content="website" />
- <meta property="og:image" content="http://www.shootmeagain.com/photo/Y2013/3769/saintvitus-oslo_30-03-2013_17.jpg" />
- <meta property='fb:admins' content='erikshootmeagain' />
- <meta property='fb:app_id' content='146373435406736' />
- <link rel=stylesheet href='http://www.shootmeagain.com/layout.css' type='text/css'>
- <link rel=stylesheet href='http://www.shootmeagain.com/layout600.css' type='text/css'>
- <link rel=stylesheet href='http://www.shootmeagain.com/layout900.css' type='text/css'>
- <link rel=stylesheet href='http://www.shootmeagain.com/layout1200.css' type='text/css'>
- <link rel=stylesheet href='http://www.shootmeagain.com/layout1600.css' type='text/css'>
- <link rel=stylesheet href='http://www.shootmeagain.com/layout1900.css' type='text/css'>
- <link rel=stylesheet href='http://www.shootmeagain.com/layoutheight.css' type='text/css'>
- <link rel=stylesheet href='http://www.shootmeagain.com/js/jquery-ui-1.11.3.custom/jquery-ui.css' type='text/css'>
- <link rel=stylesheet href='http://www.shootmeagain.com/js/jquery-ui-1.11.3.custom/jquery-ui.theme.css' type='text/css'>
- <link rel="shortcut icon" href="http://www.shootmeagain.com/images/favicon.ico">
- <link rel="icon" type="image/gif" href="http://www.shootmeagain.com/images/animated_favicon1.gif">
- <meta name='keywords' content='webzine, chroniques, photos, interview, concours, mp3, video, hardcore, rock, emo, screamo, metal, punk, garage'>
- <meta name='author' content='ChamO'>
- <meta name='publisher' content='ChamO'>
- <meta name='viewport' content='width=device-width'>
- <meta http-equiv="content-language" content="fr">
- <link href='http://fonts.googleapis.com/css?family=Lato:100,200,300,400,500,600,700,800,900' rel='stylesheet' type='text/css'>
- <script language="javascript" type="text/javascript" src="http://www.shootmeagain.com/js/jquery-1.11.2.min.js"></script>
- <script language="javascript" type="text/javascript" src="http://www.shootmeagain.com/js/jquery-ui-1.11.3.custom/jquery-ui.min.js"></script>
- <script language="javascript" type="text/javascript" src="http://www.shootmeagain.com/js/editPost.js"></script>
- </head>
|
Quelqu'un aurait une idée d'où cela pourrait venir ? Voici une URL pour exemple : http://www.shootmeagain.com/photos [...] 30-03-2013 Merci beaucoup ! Bonne journée
|