Hi, today got something special from my friend. He give me a cool social networking widget that will increase your fans and follower both in facebook and twitter. Now in this post I'll show you how to add it to your site. I have the demo page also.

This widget will generate a bird animation that fly through your webpage. When visitor click the bird, they will goto your facebook or twitter page and hopefully they will like your site and be your follower.
The more follower, the more popular your site right?

To see the demo of this widget, you can goto demo page

How to add this widget:
If you're using blogger
1. Goto design tab, click add gadget - HTML/javascript
2. You can leave title name blank, then paste the code below

<!-- START Twitter's birds & Facebook's birds -->
<script type="text/javascript">
bird_version=3;
your_facebook="http://www.facebook.com/USERNAME";
facebook_color=1; //default color 0-6;
your_twitter="http://twitter.com/USERNAME";
twitter_color=2; //default color 0-6;
view_bird='6'; //input 'no'>>not active & Restart View ; 'yes'>>always active ; number ('1')('2')...('99999') >> number display
bird_speed=17;
</script>
<script type="text/javascript" src="http://blogger_eye_1.xtgem.com/twitter_facebook_birds"></script>
<!-- END Twitter's birds & Facebook's birds -->


Note:
- change facebook and twitter URL with your own profile
- bird_version=3; available value:
1: only twitter
2: only facebook
3: Both twitter and facebook
- facebook_color=1; to change the facebook bird's color. Available value:
0:white
1:red
2:orange
3:yellow
4:green
5:blue
6:purple
- twitter_color=2; to change the twitter bird's color. Available value:
0:white
1:red
2:orange
3:yellow
4:green
5:blue
6:purple
- view_bird=6; is the view count of bird. 6 means the bird only appear for 6 times each user. Available value:
no: to deactivate script
yes: to always activate script

- bird_speed=17; to set the speed of birds. The more you set, the bird will be faster.

This widget also available in PHP version:

<?php
echo"<script type='text/javascript'>"
. "bird_version=3;"
. "your_facebook='http://www.facebook.com/USERNAME';"
. "facebook_color=1;"
. "your_twitter='http://twitter.com/USERNAME';"
. "twitter_color=2;"
. "view_bird='6';"
. "bird_speed=17;"
. "</script>"
. "<script type='text/javascript' src='http://blogger_eye_1.xtgem.com/twitter_facebook_birds'></script>";
?>

If you have a question, just post a comment below.. :D
Visit my friend's site too at zona-widgets to find more cool widget
hi folks, visit my other tutorial blog at Kumpulan tutorial menarik
0 comments