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 |
|
3333 |
efrain |
10 |
<a href="<?php echo $share_url ?>">
|
|
|
11 |
<img src="<?php echo $share_image ?>" style="width: 200px; height: auto"/>
|
|
|
12 |
</a>
|
3334 |
efrain |
13 |
|
|
|
14 |
|
3338 |
efrain |
15 |
<div id="fb-root"></div>
|
3339 |
efrain |
16 |
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v15.0&appId=343770226993130&autoLogAppEvents=1" nonce="XNRaYYnv"></script>
|
3338 |
efrain |
17 |
|
3339 |
efrain |
18 |
<div class="fb-share-button" data-href="https://dev.leaderslinked.com/share/type/feed/code/c77af264-6589-45e7-94e8-248185e9300c" data-layout="button_count" data-size="small"><a target="_blank" href="https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fdev.leaderslinked.com%2Fshare%2Ftype%2Ffeed%2Fcode%2Fc77af264-6589-45e7-94e8-248185e9300c&src=sdkpreparse" class="fb-xfbml-parse-ignore">Compartir</a></div>
|