Tweetify 0.6
Details
- Author
- David Walsh
- Current version
- 0.6
- GitHub
- darkwing/Tweetify
- Downloads
- 964
- Category
- Utilities
- Tags
- Report
- GitHub Issues
How to use
The tweetify method may be used on either String or Element types.
//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