Sunday 25 December 2011

Check My IP Number

IP
/|\
 | This Is Your I.P. Address, OS, Country and Browser
 |

to put it in your site copy the html code bellow

What is my ip number.
 

Like, tweet, Large Share Balloon Buttons Widget

Want a large share button on every post on your entry. Click the Picture or Here to get one. Weather you are using it to share article from from platform like a website, wordpress, drupal, Joomla, Blogger, Typepad, Tumblr, Posterous, or Newsletter. There 3 type buttons to chose.. but you must login first

Sample at footer

Saturday 24 December 2011

Mickey Mouse Welcome Widget

A widget / gadget from the animation / anime Mickey Mouse, for web, blogspot, blog, WordPress or etc. Invite, welcome visitor to leave comment and follow.

Copy the widget code and paste it on your blog or web page (in HTML View) .thanks ;)
For Html/ javascript Installation click here


Corner left - copy this code if you want to put it on bottom left position:


Sidebar - copy this code if you want to put it on your sidebar:


=== sample widget ===

Patrick Welcome Widget

A widget / gadget from the animation / anime Patrick (anime spongebob squarepants), for web, blogspot, blog, WordPress or etc. Invite, welcome visitor to leave comment and follow.

Copy the widget code and paste it on your blog or web page (in HTML View) .thanks ;)
For Html/ javascript Installation click here

Corner left - copy this code if you want to put it on bottom left position:


Sidebar - copy this code if you want to put it on your sidebar:


=== sampel widget ===

Spongebob and Patrick Welcome Widget 2

A widget / gadget from the animation / anime Spongebob Square Pants and Patrick the Star Fish, for web, blogspot, blog, WordPress or etc. Invite, welcome visitor to leave comment and follow.

Copy the widget code and paste it on your blog or web page (in HTML View) .thanks ;)
For Html/ javascript Installation click here


Corner left - copy this code if you want to put it on bottom left position:


Sidebar - copy this code if you want to put it on your sidebar:


=== sample widget ===

Doraemon Welcome Widget

A widget / gadget from the animation / anime Doraemon (blue future cat), for web, blogspot, blog, WordPress or etc. Invite, welcome visitor to leave comment and follow.

Copy the widget code and paste it on your blog or web page (in HTML View) .thanks ;)
For Html/ javascript Installation click here

Corner left - copy this code if you want to put it on bottom left position:


Sidebar - copy this code if you want to put it on your sidebar:


=== sample widget ===

Hello Kitty 2 Welcome Widget

A widget / gadget from the animation / anime pink cat (cute hello kitty), for web, blogspot, blog, WordPress or etc. Invite, welcome visitor to leave comment and follow.

Copy the widget code and paste it on your blog or web page (in HTML View) .thanks ;)
For Html/ javascript Installation click here

 Corner left - copy this green code if you want to put it on bottom left position:

<!---StartCopyHtmlScript--->
<a href="http://j.gs/1hOz" onclick="window.open(this.href);return false;"><div  style="position: fixed; bottom: 0px; left: 2px;"><br  /><embed pluginspage="http://www.macromedia.com/go/getflashplayer"  width="150" height="265"  src="http://www.widgipedia.com/widgets/widgetindex/Welcome-2-my-blog-hello-kitty-eng-7100-8192_134217728.widget?"  wmode="transparent" type="application/x-shockwave-flash"  quality="high"></embed></div></a>
<!---EndCopyHtmlScript--->


Sidebar - copy this green code if you want to put it on your sidebar:

<!---StartCopyHtmlScript--->
<a href="http://j.gs/1hOz" onclick="window.open(this.href);return false;"><div  style="text-align: center;"><embed  pluginspage="http://www.macromedia.com/go/getflashplayer" width="150"  height="265"  src="http://www.widgipedia.com/widgets/widgetindex/Welcome-2-my-blog-hello-kitty-eng-7100-8192_134217728.widget?"  wmode="transparent" type="application/x-shockwave-flash"  quality="high"></embed></div></a>
<!---EndCopyHtmlScript--->




=== sample widget / gadget ===


Keropi Welcome Widget

A widget / gadget from the animation / anime Keropi (cute green frog), for web, blogspot, blog, WordPress or etc. Invite, welcome visitor to leave comment and follow.

 Copy the Green widget code text and paste it on your blog or web page (in HTML View) .thanks ;)

<!---StartCopyHtmlScript--->
<a href="http://j.gs/1hP0" onclick="window.open(this.href);return false;"><div  style="position: fixed; bottom: 0px; left: 2px;"><br  /><embed pluginspage="http://www.macromedia.com/go/getflashplayer"  width="150" height="275" title="grab this widget @  widgetindex.blogspot"  src="http://4286032844238970386-a-1802744773732722657-s-sites.googlegroups.com/site/widgetindex4/froggybnce.swf"  wmode="transparent" type="application/x-shockwave-flash"  quality="high"></embed></div></a>
<!---EndCopyHtmlScript--->


=== sample at the bottom left ===



Sasuke Welcome Widget

A widget / gadget from the animation / anime Naruto, for web, blogspot, blog, WordPress or etc. Invite, welcome visitor to leave comment and follow.

Corner left - copy this code if you want to put it on bottom left position:


Sidebar - copy this code if you want to put it on your sidebar:


=== sample widget / gadget ===

Naruto Welcome Widget


Naruto welcome widget or gadget for web, blog, blogspot, wordpress, etc. A flash still image with bubble welcome words. Invite to follow.


Corner left - copy this code if you want to put it on bottom left position:


Sidebar - copy this code if you want to put it on your sidebar:



=== sample widget ===

Sunday 18 December 2011

Hidden Guestbook Blog Widget

This is a guestbook widget that hide as a tab at right upper corner in the site. Here are some pict for you to choose . You can put shoutbox, shoutmix or any other chat based interactive or even follower widget in it. To put the picture right click on the pict bellow and choose COPY IMAGE LOCATION and replace the HTML/Java bellow find the PUT YOUR PICTURE HERE


Instructions to add html/java script you can click http://freewidget4u.blogspot.com/search/label/.Installing%20Widget

=== Start Copy HTML/Javascript After this Line ===

    <style type="text/css">
    #gb{
    position:fixed;
    top:50px;
    z-index:+1000;
    }
    * html #gb{position:relative;}

    .gbtab{
    height:100px;
    width:30px;
    float:left;
    cursor:pointer;
    background:url('http://PUT YOUR PICTURE HERE') no-repeat;
    }
    .gbcontent{
    float:left;
    border:2px solid #666666;
    background:#F5F5F5;
    padding:10px;
    }
    </style>

    <script type="text/javascript">
    function showHideGB(){
    var gb = document.getElementById("gb");
    var w = gb.offsetWidth;
    gb.opened ? moveGB(0, 30-w) : moveGB(20-w, 0);
    gb.opened = !gb.opened;
    }
    function moveGB(x0, xf){
    var gb = document.getElementById("gb");
    var dx = Math.abs(x0-xf) > 10 ? 5 : 1;
    var dir = xf>x0 ? 1 : -1;
    var x = x0 + dx * dir;
    gb.style.right = x.toString() + "px";
    if(x0!=xf){setTimeout("moveGB("+x+", "+xf+")", 10);}
    }
    </script>
    <div id="gb">
    <div class="gbtab" onclick="showHideGB()"> </div>
    <div class="gbcontent">

    <!---shoutbox Code Here--->


    <!---shoutbox Code Here--->
 
    <a href="http://freewidget4u.blogspot.com/2011/12/hidden-guestbook-blog-widget.html" target="_blank"><span style="font-size: xx-small;">grabTHIS!</span></a>
    <div style="text-align:right">
    <a href="javascript:showHideGB()">
    [close]
    </a>
    </div>
    </div>
    </div>
    <script type="text/javascript">
    var gb = document.getElementById("gb");
    gb.style.right = (30-gb.offsetWidth).toString() + "px";
    </script>

=== End Copy Before this Line ===

find the red code and put the HTML/Javascript like shoutmix or shoutbox between it.
    <!---shoutbox Code Here--->

    Example paste the Shoutmix / shoutbox code

    <!---shoutbox Code Here--->

Wednesday 14 December 2011

Blog Human Calendar Widget

Click at the widget below to get yours for free. You can costomize it size for 2x2 or 3x3, small or big.


Here the widget \/

Analog Cube / cubic Clock

Cube clock for blogger / blogspot. The cube rotate while the clock runs inside the cube.
The code in HTML/ Java script is in the green text

*If you have a problem to install html/java script it in blogspot, please click [here]

<!---StartCopyHtmlScript--->
<center><a href="http://freewidget4u.blogspot.com/2011/12/analog-cube-cubic-clock.html" onclick="window.open(this.href);return false;"><iframe src="http://www.geocities.jp/orange_lace_flower/cubic_clock.swf" style="width: 200px; height: 200px" scrolling="no" frameborder="0"></iframe></a><br /><small><a href="http://freewidget4u.blogspot.com/2011/12/analog-cube-cubic-clock.html" target="_blank">GrabThis!</a></small></center>
<!---EndCopyHtmlScript--->


widget sample






GrabThis!

Friday 2 December 2011

Spongebob Clock Widget - 2

Love spongebob, so grab this free widget / gadget into your blog

*If you have a problem to install html/java script it in blogspot, please click [here]

<!---StartCopyHtmlScript--->
<center><a href=http://freewidget4u.blogspot.com/2011/12/spongebob-clock-widget-2.html onclick="window.open(this.href);return false;"><embed src=http://www.swfcabin.com/swf-files/1305682786.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=150 height=127 wmode=transparent></embed></a></center>
<!---EndCopyHtmlScript--->

=== sample widget ===

Cuteki clock

A cute frog clock. there's more after the link

http://www.cuteki.com/widgets/clocks/







Cuteki free cards

Cuteki Pin Widget

A free pin widget. Hover over it and there's more animation. says, Thanks for following my blog.

more pins link = http://www.cuteki.com/widgets/pins/pin-widget.aspx?id=3






Cuteki free cards

Cuteki calendar widget

A free and cute calendar. More of them inside here

click the link to download = http://www.cuteki.com/widgets/calendars/calendar-widget.aspx?id=2

More option on language chooser including espanol, nihongo, deutsch, francaise, italiano, portugues.




Cuteki free cards

Thursday 1 December 2011

Back To Top Widget - html

Put a gif image at right bottom page to lead visitor back to the top of the page. Suitable for blog that have a long way to scroll upward again.

This are the HTML code in green colour

<!---startCopyRotatingArrow--->
<style type="text/css">.backtotop a:hover {background:none;}</style>
<div class="backtotop"><a style="display:scroll;position:fixed;bottom:5px;right:5px;" class="backtotop" href="#" rel="nofollow" title="Back to Top"><img style="border:0;"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjsqqOd1OORBXDboQikpQCE-u7uou_v6wbyWR2MXxAiFDsYcOE9LcKil91TBw4OzRdMf-tE1VHPMTqok8NDZ56QJzFpaXZduL0cvdduKZodxgOpSVo0xDVra-L-xIrhnwotHYwcnjgyOb1G/s1600/back-top.gif"/></a></div>
<!---endCopy--->




or this one


<!---startCopyUpArrow--->
<style type="text/css">.backtotop a:hover {background:none;}</style>
<div class="backtotop"><a style="display:scroll;position:fixed;bottom:5px;right:5px;" class="backtotop" href="#" rel="nofollow" title="Back to Top"><img style="border:0;"
src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwwSxREvRgnbgvNJY8JwkOFCJBTNAh343kRPjsgww9CFRnnvGS8LMcVWjZi8m3ChzLFcWnqxNwCNROuu7D2aoDrcSLbG9GYQqNcTHcz4Qb4T3TahBwxhvbRotu-bWcZlNqRp_8NmvNPN8n/s1600/arrowup.gif"/></a></div>
<!---endCopy--->



If you have a problem to install html/java script it in blogspot, please click [here]

you can change the src="code" above into your own gif or jpeg picture, by your file in a website or your own picture in a file hosting.
Right mouse click on the gif ==> click copy image location. Replace the code


How to install html widget

Often, visitor asking how to install html or javascript widget / gadget in blogspot. Follow the picture given steps 1, 2, and paste


instructions 1, 2 and paste


Enjoy

Random Posts Widget With Thumbnail - blogger

The Random Posts Gadget will  display a list of Random Posts(from your blog) on your Blog’s Sidebar. The Gadget has an options panel and can be configured to meet your needs. The Gadget inherits styles from your Blog. But you can override the colors if you want(this was done to support third party templates which doesn’t have the skin variables properly designed).

Artikel Blog Berterabur



CLICK HERE for demo and

CLICK HERE for direct install into your blogspot (need login)