You might have seen flying bird on some blogs, which will sit somewhere on the page when you stop scrolling the page. If you hover on the bird it will open two side tabs , “Tweet this” and “Follow me”.
The twitter has got vast number of users , and is leading on internet being a social network come news media. It is very important for you to tag your blog/website to twitter and allow users to tweet any pages of your blog easily. You must also try to get some twitter followers.
This flying twitter bird will help you to do this by flying on your blog.
If you are on WordPress Platform Download Flying twitter bird plugin from here. Or else
Add the following code anywhere on your sidebar widgets, or before </body> tag of your blog html code. Change harshagleegs with your twitter username.
<script src=’http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js’ type=’text/javascript’>
</script>
<script type=’text/javascript’>
var twitterAccount = "harshagleegs";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>