Skip to content

darkwing/Tweetify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published