Saturday 19 May 2012

How To Add Amung.Us Side Bar Widget To Blogger

You Can See The Live Demo At Left Of This Blog. You Can Add This To Blogger In Very Easy Method.
First Go To whos.amung.us . And Go To Widgets Tab On Top. And Select/Click On 'Tab Widget' And Copy The Code.
              Now Go To www.blogger.com And Go To Design Of Your Blog. Select 'Edit HTML'. And Search (Use CTRL+F ). And Search </head> . Just Above It Paste The Copied Code From whos.amung.us . And Save Your Template. That's It . Your Blog Is Ready With Amung Us Sidebar Widget ! 
        If You Have Any Doubts, Just Drop Your Comments Below.

How To Remove 'Powered By Blogger' In Blogger

Now A Days, Most Of The People Using Blogger. Main Irritating In Blogger Is 'Powered By Blogger'. This Is Called As Attribution. You Can Remove This Easily. Just Follow These Easy Steps.
1. Go To www.blogger.com & Login To Your Account.
2. Select 'Design' And After Click Edit HTML.
3. Click On 'Expand Widget Templates'.
4. Now Search (Use CTRL+F), attribution.
5. You Can See In That Line locked='true'
6. Change locked='true' To locked='false'
7. And Save Your Template.
8. After Return To Page Elements Tab
9. And Click Edit On Attribution Tab And Remove It. And You Are Done.
Go To Your Blog And Check It Is Removed Or Not.
If You Got Any Problems, Just Drop Comments Below. I'll Reply Within 24 Hours :)

How To Hide/Remove Navbar In Blogger , Remove Blogger Header


About Blogger Navbar:

1. There are two buttons on the navbar that point to the Blogger Homepage. Too much of self-promotion.
2. The NextBlog button takes visitors to another recently-updated randomly selected blog on blogspot. But what if clicking the NextBlog button takes my innocent readers to a blog with adult offensive content.
3. The Search Blog Form is not integrated with my Adsense for search account. I want visitors to use my custom Google site search form that is monitized by Google Adsense.
4. The existing Blogger Navbar colors do not gel with my custom blogger theme.
5. The BlogThis! pop-up link is already availble when I enable Blogger Backlinks.

To hide the Blogger Navbar, try any of these CSS techniques. [they should work with Blogger Beta or Blogger 3.0 as well]


First Technique:

Go To Blogger>>Your Blog>>Template>>Customize>>Additional>>Add CSS
body{margin-top:0px;position: relative;top: -50px;}

Second Technique:


<style type="text/css">
#b-navbar
{
height:0px;
 visibility:hidden;
display:none
}
</style>

Video Tutorial