Línea 10... |
Línea 10... |
10 |
<a href="<?php echo $share_url ?>">
|
10 |
<a href="<?php echo $share_url ?>">
|
11 |
<img src="<?php echo $share_image ?>" style="width: 200px; height: auto"/>
|
11 |
<img src="<?php echo $share_image ?>" style="width: 200px; height: auto"/>
|
12 |
</a>
|
12 |
</a>
|
Línea 13... |
Línea -... |
13 |
|
- |
|
14 |
|
13 |
|
- |
|
14 |
|
- |
|
15 |
<!-- Load Facebook SDK for JavaScript -->
|
- |
|
16 |
<div id="fb-root"></div>
|
- |
|
17 |
<script>(function(d, s, id) {
|
- |
|
18 |
var js, fjs = d.getElementsByTagName(s)[0];
|
- |
|
19 |
if (d.getElementById(id)) return;
|
- |
|
20 |
js = d.createElement(s); js.id = id;
|
- |
|
21 |
js.src = "https://connect.facebook.net/en_US/sdk.js#xfbml=1&version=v3.0";
|
- |
|
22 |
fjs.parentNode.insertBefore(js, fjs);
|
- |
|
23 |
}(document, 'script', 'facebook-jssdk'));</script>
|
- |
|
24 |
|
- |
|
25 |
<!-- Your share button code -->
|
- |
|
26 |
<div class="fb-share-button"
|
- |
|
27 |
data-href="<?php echo $share_url?>"
|
- |
|
28 |
data-layout="button_count">
|
15 |
<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>
|
29 |
</div>
|