Friday, September 7, 2012

Add Twitter Bird Flying in a Blog

Twitter been one of the most widely used microblogging social network for promotion. It is important that any webmaster should consider having a Twitter button in a blog. Twitter allow us to share our contents with users all over the world which in return generates traffic to our blogs.

You may have seen the Twitter flying bird in some websites and maybe you would like to have one but you do not know where to get the coding. Here is Twitter flying bird code from Way2blogging.org/.
 
How to Add the Flying Twitter Bird Code 
 
  • Go to Design - Edit HTML
  • Always remember to save your template before making changes.
  • Check the Expand Widget Templates Box
  • Using CTRL + F, Find </body>
  • Place the following code just above the </body> code.

<script src='http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js' type='text/javascript'>
</script>
<script type='text/javascript'>
var twitterAccount = &quot;BlogSEOTips&quot;;
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;;
tripleflapInit();
</script>


The place that I have inserted BlogSEOTips should be replaced with your Twitter account username. 
 
Preview your blog and you will find a moving flying bird. If you like what you see, you can now save your changes by clicking on Save Template.

Related Post
How to Add Twitter Widget
 

0 comments:

Post a Comment