kbariotis / quoteme.js_Unmaintained_

Medium-like, Share to Twitter popup button on text selection
http://kbariotis.github.io/quoteme.js/
MIT License
8 stars 1 forks source link

quoteme.js

Medium-like, Share to Twitter popup button on text selection

Install

bower install quoteme.js

Download

Download it and upload it to your server and include it on your bottom of your page

<script src="https://github.com/kbariotis/quoteme.js_Unmaintained_/raw/master/path/to/bower_components/quoteme.js/dist/quoteme.min.js"></script>

Change the first two options according to your needs or leave them for the default values.

new Quoteme({
    "container": ".article",
    "pathToImg": "./tw.png"
    });