Tuesday 17 December 2013

Add Flying Twitter Bird in Blogger



Log in to blogger >Template > Edit HTML
Now press CTRL+F and find the following code

</body>

Now paste following code just after </body> 

<script src='https://sites.google.com/site/mmktricks/flyingtwitter.js' type='text/javascript'>
</script>
<script type='text/javascript'>
var twitterAccount = &quot;your twitter username&quot;;
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;;
tripleflapInit();
</script>

You have to replace your twitter username with the highlighted color text. Save the template and see a nice animated flying twitter bird

No comments:

Post a Comment