Subversion Repositories eFlore/Applications.eflore-consultation

Rev

Rev 1369 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1369 Rev 1371
Line 61... Line 61...
61
if (AppControleur::getMetaTags() != '') {
61
if (AppControleur::getMetaTags() != '') {
62
	GEN_modifierMetaName('keywords', AppControleur::getMetaTags());
62
	GEN_modifierMetaName('keywords', AppControleur::getMetaTags());
63
}
63
}
Line 64... Line 64...
64
 
64
 
65
// Meta OpenGraph pour les réseaux sociaux
-
 
66
GEN_stockerMetaProperty('og:type', 'website');
65
// Meta OpenGraph pour les réseaux sociaux
67
GEN_stockerMetaProperty('og:title', 'eFlore');
-
 
68
GEN_stockerMetaProperty('og:site_name', 'Tela Botanica');
66
GEN_modifierMetaProperty('og:title', 'eFlore');
69
GEN_stockerMetaProperty('og:description', 'eFlore, la flore électronique collaborative en ligne');
-
 
70
GEN_stockerMetaProperty('og:image', 'http://resources.tela-botanica.org/tb/img/256x256/carre_englobant.png');
-
 
71
GEN_stockerMetaProperty('og:image:type', 'image/png');
-
 
72
GEN_stockerMetaProperty('og:image:width', '256');
-
 
73
GEN_stockerMetaProperty('og:image:height', '256');
-
 
Line 74... Line 67...
74
GEN_stockerMetaProperty('og:locale', 'fr_FR');
67
GEN_modifierMetaProperty('og:description', 'eFlore, la flore électronique collaborative en ligne');
75
 
68
 
76
// +--------------------------------------------------------------------------------------------------+
69
// +--------------------------------------------------------------------------------------------------+
77
// Fonctions d'affichage dans Papyrus
70
// Fonctions d'affichage dans Papyrus