twitter($username, $text = '')

Builds a Twitter profile link by username

Example

Without link text

<?php echo twitter('getkirby') ?>

With link text

<?php echo twitter('getkirby', 'Follow Kirby on Twitter') ?>