Joomla.it Forum

Joomla! 2.5 (versione con supporto terminato) => Joomla! 1.6/1.7/2.5 => : giovanninobike 03 Sep 2013, 13:00:09

: Warning Analisi URL con Facebook Debugger
: giovanninobike 03 Sep 2013, 13:00:09
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