Skip to content

aruminant/tinyq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Quickstart

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

demonstration

About

A zero dependency JS plugin which allows readers to highlight text within a web page and task some action

Resources

License

Stars

Watchers

Forks

Packages

No packages published