Pages

Subscribe: RSS twitter facebook

How to Blog : How to Add Twitter Bird on Your Blog

Twitter Bird for Blogger
1. Sign in to your website 'Dashboard'.
2. Click on 'Design'.
3. Click on 'Edit HTML'
4. Find the </body> tag. (For finding this you can press Ctrl+F and then write </body> on find box.
5. Copy and paste the below code before </body> tag.
<script src="http://bloggerblogwidgets.googlecode.com/files/way2blogging.org-tripleflap.js" type="text/javascript">
</script>
<script type="text/javascript">
var twitterAccount = &quot;amannan&quot;;
var tweetThisText = &quot; <data:blog.pageTitle/> : <data:blog.url/> &quot;;
tripleflapInit();
</script>
6. Change 'amannan' with your twitter username.

No comments:

Post a Comment