TweetButton which is described on twitter page http://twitter.com/goodies/tweetbutton is now available for Mojolicious. After simply loading a plugin you get an html helper that inserts TweetButton using various setup arguments. $self->plugin('tweet_button'); $self->plugin('tweet_button' => {via => 'vtivti'}); plugin 'tweet_button'; plugin 'tweet_button' => {via => 'vtivti'}; Arguments --------- All the arguments can be set globally (when loading a plugin) or locally (in the template). * count <%= tweet_button count => 'horizontal' %> Location of the tweet count box (can be "vertical", "horizontal" or "none"; "vertical" by default). * url <%= tweet_button url => 'http://example.com' %> The URL you are sharing (HTTP Referrer by default). * text <%= tweet_button url => 'Wow!' %> The text that will appear in the tweet (Content of the