Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

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

Rev 4834 Rev 4835
Línea 3... Línea 3...
3
$this->headTitle("$share_title");
3
$this->headTitle("$share_title");
4
$this->headMeta()->appendName('description', $share_title);
4
$this->headMeta()->appendName('description', $share_title);
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', 'image', array(
8
$this->headMeta()
9
    'charset' => 'UTF-8',
9
    ->appendProperty('og:image', $share_image)
10
    'name' => 'description',
10
    ->setAttrib('itemprop', 'image')
11
    'http-equiv' => 'X-UA-Compatible'
11
;
12
));
12
$this->headMeta()->appendProperty('og:image:secure_url', $share_image);
13
$this->headMeta()->appendProperty('og:image:secure_url', $share_image);
13
$this->headMeta()->appendProperty('og:image:width', "300");
14
$this->headMeta()->appendProperty('og:image:width', "300");
14
$this->headMeta()->appendProperty('og:image:height', "300");
15
$this->headMeta()->appendProperty('og:image:height', "300");
15
$this->headMeta()->appendProperty('og:type', 'website');
16
$this->headMeta()->appendProperty('og:type', 'website');
16
$this->headMeta()->appendProperty('og:locale', 'es_ES');
17
$this->headMeta()->appendProperty('og:locale', 'es_ES');