Here is the way to add twitter bird to your website or blog
copy paste the following code to your blog template at the end of </head> tag
remove the YOUR_TWITTER_ID type your twitter id save the template and preview
<!– twitter bird–>
<script src=’http://www.mashinie.com/uploads/scripts/tripleflap-twitter.js’ type=’text/javascript’>
</script>
<script type=’text/javascript’>
var twitterAccount = "YOUR_TWITTER_ID"; var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";tripleflapInit();
</script>
<!– twitter bird–>