Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 3386 | Rev 3388 | Ir a la última revisión | Autoría | Comparar con el anterior | Ultima modificación | Ver Log |

<?php 

$this->headMeta()->appendName('og:url', "$share_url");
$this->headMeta()->appendName('og:title', "$share_image");
$this->headMeta()->appendName('og:description', "$share_description");
$this->headMeta()->appendName('og:image', "$share_image");


$this->headMeta()->appendName('twitter:card', "summary_large_image");
$this->headMeta()->appendName('twitter:description', "Sammy the Shark");
$this->headMeta()->appendName('twitter:title', "Senior Selachimorpha at DigitalOcean");
$this->headMeta()->appendName('twitter:image', "https://html.sammy-codes.com/images/large-profile.jpg");



?>

<a href="<?php echo $share_url ?>">
<img src="<?php echo $share_image ?>"  style="width: 200px; height: auto"/>
</a>