Twitter Bird for Blogger |
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 = "amannan";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
</script>
<script type="text/javascript">
var twitterAccount = "amannan";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
6. Change 'amannan' with your twitter username.
No comments:
Post a Comment