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.   2. Paste this code in. <!--Ip Address...

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. Go to Dashboard ->> Design ->> Edit HTML 2. Search this code (Ctrl + F), <b:section class='sidebar' id='sidebar'...

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 Dashboard ->> Layout ->> Edit HTML 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....

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...

How To Create Google Plus Fan Page For Blogger

Google Plus has launch a Google Plus Fan Page. It's similar to Facebook Fan Page. You can use Google Plus Fan Page for business to promote your products, events, etc. This is how to create and add it into your blog. Create Google + Fan Page1. First, go to this page, click on the Product or Brand. 2. Enter the Blog Title and URL, select Category 3....

How To Change Linkwithin "You might also like" Message in Blooger

Do you have Linkwithin Related post widget? You want to change the Linkwithin message to another message? Sure you can. Only add some code into it. Let's know how. Add the red code, above your Linkwithin code: <script>linkwithin_text='YOUR NEW LINKWITHIN MESSAGE :'</script> YOUR LINKWITHIN CODE Yeah, that's all you need. Refresh to see...