View file share.php
<?php
include('social.php');
// example of use
echo '<small>';
echo facebook();
echo' ';
echo twitter();
echo '</small>'; ?>
<?php
include('social.php');
// example of use
echo '<small>';
echo facebook();
echo' ';
echo twitter();
echo '</small>'; ?>