Skip to content

webservice/sharebuttons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Share buttons usage

Add header section

<link rel="stylesheet" href="./dist/share-button-style.css">
<script type="text/javascript" src="./dist/share-buttons.js"></script>

Add body section

    <div class="share-buttons-container">
        <ul class="buttons">
            <li class="button">
                <a target="_popup" class="fb" href="#"><i class="ico_uscl-fb" aria-hidden="true"></i></a>
            </li>
            <li class="button">
                <a target="_popup" class="wp" href="#"><i class="ico_uscl-whatsapp" aria-hidden="true"></i></a>
            </li>
            <li class="button">
                <a target="_popup" class="tw" href="#"><i class="ico_uscl-twi" aria-hidden="true"></i></a>
            </li>
            <li class="button">
                <a target="_popup" class="ln" href="#"><i class="ico_uscl-lin" aria-hidden="true"></i></a>
            </li>
            <li class="button">
                <a target="_popup" class="tg" href="#"><i class="ico_uscl-telegram" aria-hidden="true"></i></a>
            </li>
        </ul>
    </div>

License

The Laravel framework is open-sourced software licensed under the MIT license.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published