To add flying twitter bird in your blog just follow this things
-
Go To Blogger > Design > Edit HTML
-
Backup your template
-
Search for </body>
-
And just above it paste the code below
<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'>
</script>
<script type='text/javascript'>
var twitterAccount = "Myblogtricks";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
5. Replace MyBlogTricks with your twitter account username.
6. Save your template and you are done!
7. View your blog to see it flying. :)