    getTwitters('tweets', {
        id: 'mustikkasoppa',
        count: 1,
        withFriends: false, // currently disabled due to change in Twitter API
        enableLinks: false,
        ignoreReplies: true,
        template: '<p><strong>mustikkasoppa</strong> <span class="teko">%text%</span> <span class="details"><a href="http://twitter.com/%user_screen_name%/statuses/%id%">%time%</a>.</span></p>'
    });

