1.0.1 • Published 4 years ago

test-script-sns-share v1.0.1

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

SnsShare

Social Networking Services Shere jQuery Plugin. (WebSite, Demo)

Sample Code

<div class="container">
    <button class="share-to btn" data-sns="facebook">Facebook</button>
    <button class="share-to btn" data-sns="twitter">Twitter</button>
    <button class="share-to btn" data-sns="google+">Google+</button>
    <button class="share-to btn" data-sns="plurk">Plurk</button>
    <button class="share-to btn" data-sns="line">Line</button>
</div>

<!-- JavaScript -->
<script type="text/javascript" src="jquery.snsShare.js"></script>
<script type="text/javascript">
    $(document).ready( function () {
        $('.share-to').snsShare('Hello World!', 'https://samejack.github.io/SnsShare/');
    });
</script>

License

Apache License Version 2.0