How to add twitter bird widget in blogger blog
Adding twitter widget is very easy as i already discuss the significance of this gadget, it help visitor to tweet your articleeasily.First go to template and edit html
Press ctrl+f inside template code area
Now you see search pop up appears.
Find this code
</body>
Above </body> paste the following code
<script src="http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js" type="text/javascript"></script> <script type="text/javascript">var twitterAccount = "username"; var tweetThisText = " <data:blog.pagetitle></data:blog.pagetitle> : <data:blog.url></data:blog.url> "; tripleflapInit(); </script>
Note:
At the bottom of code you can see word username.
Find username in above code and replace it with your twitter username.
save the template.now view your blog and enjoy beautiful flying bird.