Línea 4... |
Línea 4... |
4 |
$this->headMeta()->appendName('description', "$share_description");
|
4 |
$this->headMeta()->appendName('description', "$share_description");
|
5 |
$this->headMeta()->appendProperty('og:title', "$share_title");
|
5 |
$this->headMeta()->appendProperty('og:title', "$share_title");
|
6 |
$this->headMeta()->appendProperty('og:url', "$share_url");
|
6 |
$this->headMeta()->appendProperty('og:url', "$share_url");
|
7 |
$this->headMeta()->appendProperty('og:description', "$share_description");
|
7 |
$this->headMeta()->appendProperty('og:description', "$share_description");
|
8 |
$this->headMeta()->appendProperty('og:image', "$share_image");
|
8 |
$this->headMeta()->appendProperty('og:image', "$share_image");
|
- |
|
9 |
$this->headMeta()->appendProperty('og:type', 'article');
|
- |
|
10 |
$this->headMeta()->appendProperty('og:locale:alternate', 'es_ES');
|
Línea 9... |
Línea 11... |
9 |
|
11 |
|
10 |
// $this->headMeta()->appendName('og:url', "$share_url");
|
12 |
// $this->headMeta()->appendName('og:url', "$share_url");
|
11 |
// $this->headMeta()->appendName('og:title', "$share_title");
|
13 |
// $this->headMeta()->appendName('og:title', "$share_title");
|
12 |
// $this->headMeta()->appendName('og:description', "$share_description");
|
14 |
// $this->headMeta()->appendName('og:description', "$share_description");
|