element
$title = 'My Twitter Timeline';
// $show_title_in_body [boolean]:
// default: false
//
// If set to "true", the $title variable will also be shown in an
tag at
// the top of the page
$show_title_in_body = false;
// $name_instead_of_username [boolean]:
// default: false
//
// If set to "true", the name will be shown instead of the username. Whichever
// one is *not* being shown can still be seen by mousing over the one that
// *is* being shown
$name_instead_of_username = false;
// $show_source [boolean]:
// default: true
//
// If set to "true", the source of each tweet will be shown
$show_source = true;
// $show_place [boolean]:
// default: true
//
// If set to "true", the location of each tweet will be shown
$show_place = true;
// $show_organic_retweets [boolean]:
// default: true
//
// If set to "true", organic retweets will be shown
$show_organic_retweets = true;
// $custom_css_filename [string]:
//
// If this variable is set, the filename specified will be used instead of
// the "default.css" file
// $custom_css_filename = 'mystyle.css';
?>