Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3387 Rev 3388
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_image");
4
$this->headMeta()->appendName('og:title', "$share_title");
5
$this->headMeta()->appendName('og:description', "$share_description");
5
$this->headMeta()->appendName('og:description', "$share_description");
Línea 6... Línea 6...
6
$this->headMeta()->appendName('og:image', "$share_image");
6
$this->headMeta()->appendName('og:image', "$share_image");
7
 
7
 
8
 
8
 
9
$this->headMeta()->appendName('twitter:card', "summary_large_image");
9
$this->headMeta()->appendName('twitter:card', "summary_large_image");
Línea 10... Línea 10...
10
$this->headMeta()->appendName('twitter:description', "Sammy the Shark");
10
$this->headMeta()->appendName('twitter:title', "$share_title");