Skip to content
Medium-like, Share to Twitter popup button on text selection
JavaScript CSS HTML
Find file
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
dist bower deps added, vendor folder removed
src
test refactored structure
.gitignore
.jshintrc
.travis.yml
Gruntfile.js refactored structure
LICENSE
README.md added
bower.json
package.json locally grunt-cli added

README.md

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="/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"
    });
Something went wrong with that request. Please try again.