Buongiorno,
Se analizzo il mio URL con lo strumento Debugger di Facebook
http://developers.facebook.com/tools/debug ottengo i seguenti alert in relazione alla miniatura:
Inferred Property:The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property:The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property:The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property:The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.
Nel file index.php ho solo inserito questo codice:
?>
<?php if($ishome){
?>
<link href="http://www.xxxx.it/templates/xxxx/xxx.jpg" rel="image_src" />
<?php } ?>
Come posso (se è possibile) risolvere?
Grazie