Friday, 12 August 2011

Animated Flying Twitter Bird Gadget for Blogger


Twitter bird flying animated effect by Javascript Hack and when you scroll the page Up or Down, twitter bird will come in front of your page. The bird found itself as the "follow me" link on the Twitter account. If you move the mouse pointer over the bird, a "follow me" button and a "tweet this" button displayed.

Login To Blogger Go To > Design > Edit HTML.

and mark the tick box "Expand Widget Templates"

Then, find (CTRL+F) this code in the template. 

</body>

And just before it, paste this code:

<!-- Twitter Bird Widget for Blogger by Royaltutor.net -->
<script type="text/javascript" src="http://yourjavascript.com/10116102250/royaltutor.net-twitterbird.js">
</script>
<script type="text/javascript">
var twitterAccount = "RoyalTutor";
var tweetThisText = " <data:blog.pageTitle/> : <data:blog.url/> ";
tripleflapInit();
</script>
<span style="font-size:11px;position:absolute;"><a title='Blogger Widget by Royaltutor.net' href="http://www.royaltutor.net" target='_blank'>Blogger Widgets</a></span>
<!-- Twitter Bird Widget for Blogger by Royaltutor.net --> 



Replace RoyalTutor with your Twitter Account User Name.

Now click Save Template.

0 comments:

Post a Comment

ShareThis

Blogger Widgets back to top