Here are some blog stuff that you can add to your blog site to spice it
up. I hope you find them helpful. I compiled some of the cool stuff that
I found from different sources.Animated Flying Bird
I have compiled two ways to add the animated flying bird that you see in my blog.
1. a) Log in to your blogger account.
b) Go to Dashboard --> Design --> Edit Html
c) Search <body> tag and paste the code below (courtesy of http://s2free.blogspot.com)
d) Change "username" into you twitter account
<!-- Twitter Bird Widget for Blogger by https://s2free.blogspot.com -->
<script type="text/javascript" src="http://technouniversityworldjavascript-testing.googlecode.com/files/tuwtwitterbird.js">
</script>
<script type="text/javascript">
var twitterAccount = "username";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
<span style="font-size:11px;position:absolute;"><a title='Blogger Widget by TUW' href="http://s2free.blogspot.com" target='_blank'>Tricks and Tips</a></span>
<!-- Twitter Bird Widget for Blogger by https://s2free.blogspot.com-->
2. a) Log in to your blogger account.
b) Go to Dashboard --> layout --> add a gadget
c) Choose html gadget and paste the code below (courtesy of https://sites.google.com/site/mukublogs/mukutechflyingbird.js)
d) Change "username" into you twitter account
<script
src="https://sites.google.com/site/mukublogs/mukutechflyingbird.js"
type="text/javascript"></script><script
type="text/javascript"> var twitterAccount =
"username";tripleflapInit(); </script><div>
<a href="http://tiny.cc/twitterbird"><center>
<img src="http://tiny.cc/mukutechflyingbird" /></center>
</a><br /> </div>
<script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript"> </script>
0 comments :
Post a Comment