Social Icons

Pages

Saturday 4 May 2013

addiing widgets in footer header above postes in blogger


Blogger Help Series 2 - Adding Widgets to Blogger

This second series of blogger help shows you how to explore with your Google blogger blog by adding widgets/gadgets anywhere and everywhere on your blog.
It's a complete guide on adding gadgets on blogger blog.
This article covers how to add widgets to the blogger blog header, below the header, above blog posts and 3 extra widgets to the footer.
I am covering all these areas because they are the targeted places on your blog to display anything you want.

How to Add widgets to the Header of Blogger Blog

To add widgets to the header, below header and middle of your blog, click on click on 'Design' in your blogger dashboard. Then click on 'Edit HTML'.
Press the Ctrl + F key on your keyboard to reveal a Find box. Paste this code : <div id='header-wrapper'> inside the box.
As you do that, look at your template you will see the code below.
Notice the '1' by the side of the maxwidgets? Just change that number to the number of widgets you want the header of your blog to have. If you want it to be unlimited, just delete the number '1' and leave it without a figure.
Just don't save yet. It saves you time to do all three steps (header,below header and above blogpost) once before Saving.

How to Add widgets Below Header of Blogger

Find the code <div id='content-wrapper'> and change the 'no' by the side of showaddelement to 'Yes'.

How to Add a Widgets above Blog post in Blogger

Find the code <div id='main-wrapper'> in your template. Change the 'no' after the showaddelement to 'yes' and Save template.
Now click on 'Page Elements' and you will notice the added widgets. See example below.





How to Add Multiple widgets/Gadgets Below Footer in Blogger

Adding widgets or gadgets to the footer of your blog is very necessary for keeping your blog organized. Also widgets at the footer allows you to display more resources to your readers.
If you are using the default blogger template, You should already have two widgets at the footer. Though the default footer widgets are not well aligned.
To add a well-aligned 3 widgets to the footer of your blogger template, go to 'Edit HTML' , find the code <b:section class='footer' id='footer'/> using CTRL + F and replace it with the code below.

Preview your template to make sure no error is reported. Then go back and search for the following code ]]></b:skin> and paste the following code just immediately above it.
>]]>#footer-column-container {clear:both;}
.footer-column {padding: 10px;}
Now save your template and click on "Page Elements" to see what we have achieved. You should see exactly the image below
Your template had just one before (the one below the top three widgets). Now you have extra three widgets!.

How to Use the three Added Footer widgets

You can add anything you want inside any or all of these gadgets/widgets, text or HTML/Javascript. I added some text to all three gadgets just to see how it displays. See how it looks below.
Side note: The codes you used to generate these gadgets will automatically create a text box below them. Just ignore it as it won't display on your blog. I deleted it but still found it there.
As I said in the article on setting up Google blogger blog I wrote all the articles on using blogger blog as I experimented with it.

No comments:

Post a Comment