1.0.1 • Published 5 years ago

tinyquoter v1.0.1

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

TinyQ

A zero dependency JS plugin which allows readers to highlight text within a web page and task some action. By default the plugin will allow the user to create a tweet, or a Facebook post.

Demo

Quickstart

<script src="tinyquoter.min.js"></script>
<script>
    document.addEventListener("DOMContentLoaded", function(event) {
        window.TinyQ.init();
    });
</script>

demonstration