jQuery Tweetify Plugin Demo

The plugin is very easy to use. Simply wrap the content you want to make shareable in a span like below:

<span class='tweetify'>Some smart quote.</span>

Finally call the plugin with a simle snippet of JavaScript. Ça, c'est tout. C'est fini.

$('p').tweetify({
	hashtag: 'awesome',
	via: 'yourhandle'
});