mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-05 02:39:46 +02:00
7 lines
No EOL
257 B
PHP
7 lines
No EOL
257 B
PHP
<?php
|
|
$social = getSocialModal($video['id'], @$url, @$title);
|
|
?>
|
|
<button class="btn btn-primary" onclick="showSharing<?php echo $social['id']; ?>()">
|
|
<span class="fa fa-share"></span> <?php echo __("Share"); ?>
|
|
</button>
|
|
<?php echo $social['html']; ?>
|