Buonasera a tutti, espongo il mio "problema":
La condivisione sui social della mia home page
http://www.orobicando.it genera 4 anteprime di immagine selezionabili a piacimento, rispettivamente sono 4 immagini di 4 articoli presenti in home page.
Io però vorrei forzare questa immagine definendone una prescelta.
Ho avuto una dritta che, giusta o sbagliata non mi cambia nulla, ovvero quella di aggiungere al file index.php del mio template predefinito la seguente riga:
<link href="
http://www.orobicando.it/images/stories/test.jpg" rel="image_src" />
da aggiungersi dopo il tag <head> e prima del tag <body>
Pertanto il mio file index.php ora contiene:
<head>
<jdoc:include type="head" />
<link href="http://www.orobicando.it/images/stories/test.jpg" rel="image_src" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/system.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/system/css/general.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/template.css" type="text/css" />
<link rel="stylesheet" href="<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/css/grey.css" type="text/css" />
Qualcuno mi sa aiutare?
Grazie