Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3349 | Rev 3386 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 3349 Rev 3385
Línea 1... Línea 1...
1
<?php 
1
<?php 
Línea 2... Línea 2...
2
 
2
 
3
$this->headMeta()->appendName('og:url', "$share_url");
3
$this->headMeta()->appendName('og:url', "$share_url");
4
$this->headMeta()->appendName('og:title', "$share_title");
4
$this->headMeta()->appendName('og:title', "$share_image");
5
$this->headMeta()->appendName('og:description', "$share_description");
5
$this->headMeta()->appendName('og:description', "$share_description");
Línea -... Línea 6...
-
 
6
$this->headMeta()->appendName('og:image', "$share_image");
-
 
7
 
-
 
8
 
-
 
9
$this->headMeta()->appendName('twitter:card', "summary_large_image");
-
 
10
$this->headMeta()->appendName('twitter:description', "$share_description");
-
 
11
$this->headMeta()->appendName('twitter:title', "$share_title");
6
$this->headMeta()->appendName('og:image', "$share_image");
12
$this->headMeta()->appendName('twitter:image', "$share_image");
Línea 7... Línea 13...
7
 
13
 
8
?>
14
?>
9
 
15