Line 20... |
Line 20... |
20 |
<meta property="og:site_name" content="Tela Botanica" />
|
20 |
<meta property="og:site_name" content="Tela Botanica" />
|
21 |
<meta property="og:description" content="Mini-galerie photo des observations publiques du Carnet en Ligne" />
|
21 |
<meta property="og:description" content="Mini-galerie photo des observations publiques du Carnet en Ligne" />
|
22 |
<?php
|
22 |
<?php
|
23 |
if (isset($items[0])) {
|
23 |
if (isset($items[0])) {
|
24 |
$iz = $items[0];
|
24 |
$iz = $items[0];
|
25 |
$izUrl = sprintf($iz['url_tpl'], 'CRX2S');
|
25 |
$izUrl = sprintf($iz['url_tpl'], 'CRS');
|
26 |
echo '<meta property="og:image" content="' . $izUrl . '" />';
|
26 |
echo '<meta property="og:image" content="' . $izUrl . '" />';
|
27 |
} else {
|
27 |
} else {
|
28 |
echo '<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />'
|
28 |
echo '<meta property="og:image" content="http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png" />'
|
29 |
.'<meta property="og:image:type" content="image/png" />'
|
29 |
.'<meta property="og:image:type" content="image/png" />'
|
30 |
.'<meta property="og:image:width" content="256" />'
|
30 |
.'<meta property="og:image:width" content="256" />'
|