How To Add the Twitter Flying Bird To Blogger?
-
Go To Blogger > Design > Edit HTML
-
Backup your template
-
Search for </body>
-
And just above it paste the code below
<script src='http://widgets.way2blogging.org/blogger-widgets/w2b-tripleflap.js' type='text/javascript'>
</script>
<script type='text/javascript'>
var twitterAccount = "Theallicient";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
5. Replace Theallicient with your twitter account username.
6. Save your template and you are done!
7. View your blog to see it flying. :)
Post a Comment