Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 554 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 554 Bytes

Tweetify

Tweetify extends Strings and Elements with the tweetify method to take text and format as a tweet.

Screenshot

How to Use

The tweetify method may be used on either String or Element types.

#JS
//Usage 1:  String
var tweetText = tweets[0].tweetify();

//Usage 2:  Element
$('latestTweet').tweetify();

For specific usage and options, please read the documentation or visit http://davidwalsh.name/tweetify