| 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_large_image");
|
9 |
$this->headMeta()->appendName('twitter:card', "summary");
|
| 10 |
$this->headMeta()->appendName('twitter:description', "$share_description");
|
10 |
$this->headMeta()->appendName('twitter:description', "$share_description");
|
| Línea 11... |
Línea 11... |
| 11 |
$this->headMeta()->appendName('twitter:title', "$share_title");
|
11 |
$this->headMeta()->appendName('twitter:title', "$share_title");
|