Rev 3327 |
Ir a la última revisión |
|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
3298 |
efrain |
1 |
<?php
|
|
|
2 |
|
|
|
3 |
$this->headMeta()->appendName('og:url', "$share_url");
|
|
|
4 |
$this->headMeta()->appendName('og:title', "$share_title");
|
|
|
5 |
$this->headMeta()->appendName('og:description', "$share_description");
|
|
|
6 |
$this->headMeta()->appendName('og:image', "$share_image");
|
|
|
7 |
|
|
|
8 |
?>
|
|
|
9 |
|
|
|
10 |
<a href="<?php echo $share_url ?>">
|
|
|
11 |
<img src="<?php echo $share_image ?>" style="width: 200px; height: auto"/>
|
|
|
12 |
</a>
|