Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

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