Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 3386 Rev 3387
Línea 4... Línea 4...
4
$this->headMeta()->appendName('og:title', "$share_image");
4
$this->headMeta()->appendName('og:title', "$share_image");
5
$this->headMeta()->appendName('og:description', "$share_description");
5
$this->headMeta()->appendName('og:description', "$share_description");
6
$this->headMeta()->appendName('og:image', "$share_image");
6
$this->headMeta()->appendName('og:image', "$share_image");
Línea 7... Línea 7...
7
 
7
 
8
 
8
 
9
$this->headMeta()->appendName('twitter:card', "summary");
9
$this->headMeta()->appendName('twitter:card', "summary_large_image");
10
$this->headMeta()->appendName('twitter:description', "$share_description");
10
$this->headMeta()->appendName('twitter:description', "Sammy the Shark");
-
 
11
$this->headMeta()->appendName('twitter:title', "Senior Selachimorpha at DigitalOcean");
-
 
12
$this->headMeta()->appendName('twitter:image', "https://html.sammy-codes.com/images/large-profile.jpg");
Línea 11... Línea 13...
11
$this->headMeta()->appendName('twitter:title', "$share_title");
13
 
Línea 12... Línea 14...
12
$this->headMeta()->appendName('twitter:image', "$share_image");
14
 
13
 
15