2.0.0 • Published 8 years ago

tweet-selection v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago