Home » All posts
Monday, January 16, 2012
Friday, December 30, 2011
Add IP Address Widget in Blogger
With this widget, you can show your visitor ip address, operating system, browser, and country. This is cool widget to make your visitor know what is their ip address and some other information. Let's add it.
STEPS
1. Go to your Dashboard >> Design >> Page Element >> Add a Gadget.
<!--Ip Address Widget Starts--><span style="display: block; text-align: center;"><a href="http://all-blogger-tools.blogspot.com/"><img alt="IP widget" border="0" height="125" src="http://www.wieistmeineip.de/ip-address/" width="125" /></a><br /> </span><!--Ip Address Widget Ends-->
3. Save. Done!
Refresh your blog to see the result.
It will something like this:
How To Add Flash Animated Label Tags Cloud in Blogger
Blogger has a Labels tag widget to show your category of entries. This hack will show your labels tag in flash animated. Displaying animated cloud is a cool way of showing your tags in a limited space. Let's do it!
1.
2. Search this code (Ctrl + F),
<b:section class='sidebar' id='sidebar' preferred='yes'>
3. Then, paste the code below after <b:section class='sidebar' id='sidebar' preferred='yes'> tag.
<b:widget id='Label99' locked='false' title='Labels' type='Label'><b:includable id='main'><b:if cond='data:title'><h2><data:title/></h2></b:if><div class='widget-content'><script src='http://halotemplates.s3.amazonaws.com/wp-cumulus-example/swfobject.js' type='text/javascript'/><div id='flashcontent'></div><script type='text/javascript'>var so = new SWFObject("http://halotemplates.s3.amazonaws.com/wp-cumulus-example/tagcloud.swf", "tagcloud", "240", "300", "7", "#ffffff");// uncomment next line to enable transparency//so.addParam("wmode", "transparent");so.addVariable("tcolor", "0x333333");so.addVariable("mode", "tags");so.addVariable("distr", "true");so.addVariable("tspeed", "100");so.addVariable("tagcloud", "<tags><b:loop values='data:labels' var='label'><a expr:href='data:label.url' style='12'><data:label.name/></a></b:loop></tags>");so.addParam("allowScriptAccess", "always");so.write("flashcontent");</script><b:include name='quickedit'/></div></b:includable></b:widget>
4. Save your template.
Refresh your blog to see the result. Finish!
Leave your comment friends! :)
How To Stop Google Photo Indexing in Blogger
You can easily prevent Google from indexing photo from your blog by doing below steps. Let's know how.
1. Go to D ashboard ->> Layout ->> Edit HTML
2. Search this code (Ctrl + F), <head>
3. Copy below code and paste it after the <head> tag .
1.
2. Search this code (Ctrl + F), <head>
3. Copy below code and paste it after the <head> tag .
<meta content='noimageindex' name='robots'/>
4. Save template. Finish.
Yeah!
How To Create Spinning Popular Post Widget in Blogger
Yes. It is very nice effect to have to your Popular Post widget. Whwn you hover your cursor to the Post, the image will zooming anda spinning. You can have it by follow this steps.

SEE DEMO
1. Go to Dashboard ->> Design ->> Edit HTML
2. Search this code (Ctrl + F), ]]></b:skin>
3. Copy below code and paste it just after ]]></b:skin> tag,
<style type='text/css'>Note: Make sure you add Popular Posts widget to your blogger sidebar.
.PopularPosts ul li {background: none repeat scroll 0 0 transparent;float: left;list-style: none outside none;margin: 5px !important;padding: 0 !important;}
.PopularPosts ul li img {padding:0;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;-webkit-transition: all 0.3s ease;-moz-transition: all 0.3s ease;transition: all 0.3s ease;border: 2px solid #CCC;height: 80px;width: 80px;}
.PopularPosts ul li img:hover {border:2px solid #BBB;-moz-transform: scale(1.2) rotate(-1090deg) ;-webkit-transform: scale(1.2) rotate(-1090deg) ;-o-transform: scale(1.2) rotate(-1090deg) ;-ms-transform: scale(1.2) rotate(-1090deg) ;transform: scale(1.2) rotate(-1090deg) ;}
</style>
4. Now save your template,
5. Edit your Popular Posts widget setting into something like this...

6. Save it.
Refresh your blog to see the result. Cool huh? Good job!
Leave your comment!
Subscribe to:
Posts (Atom)








