View file share.php

File size: 134B
<?php
include('social.php');
// example of use
echo '<small>';
echo facebook();
echo'  ';
echo twitter();
echo '</small>'; ?>