Rev 3336 | Rev 3338 | 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_title");
$this->headMeta()->appendName('og:description', "$share_description");
$this->headMeta()->appendName('og:image', "$share_image");
?>
<a href="<?php echo $share_url ?>">
<img src="<?php echo $share_image ?>" style="width: 200px; height: auto"/>
</a>
<iframe src="https://www.facebook.com/plugins/share_button.php?href=https%3A%2F%2Fdev.leaderslinked.com%2Fshare%2Ftype%2Ffeed%2Fcode%2Fc77af264-6589-45e7-94e8-248185e9300c&layout=button_count&size=small&appId=343770226993130&width=99&height=20" width="99" height="20" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share"></iframe>