2.0.0 • Published 9 years ago

tweet-selection v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

tweet-selection

Last version Dev Dependencies Status NPM Status Donate

Tweet selected text. Like Medium but out of the box.

Install

npm install tweet-selection --save

or

bower install tweet-selection --save

Usage

Note: You need to use a DOM Selector.

API and default values are:

$('body').tweetSelection({
  height: 300,
  width: 600,
  minimumTextSelected: 3,
  shareClass: '.tweet-selection'
  ellipsis: '…',
  quoteLeft: '“',
  quoteRight: '”'
})

Also support the rest of the query optional parameters for Tweet Web intent.

License

MIT © Kiko Beats

2.0.0

9 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago