$(function() {
    $('#tweets').tweetable({ username: 'Brightworkblog', time: true, limit: 1, replies: false, position: 'append' });
});
