Thursday, February 23, 2012

Add a Gadget Header into Page Element for Blogger.

Add a additional header Gadget into page element so that the blogger owner can add any other article,picture etc under the header.

Just see the picture below how looks default Header Gadget.



Now we can start how to add extra Header Gadget.

Note: Before Edit your Template take your Template full Backup.

Note: Never forget to click on Expand Widget Template tag before Edit or backup your Full Template

1. First Sign-in to your Blogger click on Design under the Design Tab you will see Edit HTML click on it see below. 



2. Find the Below Code ( By preshing Ctrl+F ) Put the code inside the serch box than Enter see picture below.

showaddelement


3. The code will be look like see below.

 <div id='header-wrapper'>
      <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<b:widget id='Header1' locked='false' title='Blogger Help (Header)' type='Header'>
<b:includable id='title'>

4. Just change here these two things.

(showaddelement='no')  to (showaddelement='yes')

maxwidgets='1') to (maxwidgets='2') 

5. Than click on Save Template,go to the Page Element i am sure you will get extra Header Gadget there see Picture also below.

 

You have done

Thanks For coming here.

Friday, February 17, 2012

Create/Generate and Add AlertPay Donate Button on your Blog/Website.


Donate Button is placed for the financially help of a blog/website owner which given by the visitor if they desire to donate a little amount for help to the blog/website owner and as i think its really helpful for the blogger/Website owner.

Note: This (Donate Button) facility Provide by the AlertPay for Indian Users too but the PayPal India do not  Start this facility for Indian Users. 

Now Just follow these few simple step to create the Alertpay Donate Button see below. 

1. First of all create a new account who Don't have an account? Sign up now. 

Note:-Create New Account with Personal Pro Account Type option.

2. Log Into your AlertPay Account see bellow.




3. You will see an option at the top of the right side Business Tools  than click Manage Donations / Generate "Donate Now" button see bellow.




4. There you will see Add Button just click at the button see bellow also.




5. Finally you will get a little form just fill all the required field only and than click Update Button.see Picture bellow too.




6.After clicking Update Button the next page will be opened  you will see the HTML code like see bellow.

Note:- AlertPay Donate Button Create process has been completed now the next step to add your Donate Button to your Blog/Website.



Add AlertPay Donation Button into the blogs.

1. ust Log into Blogger click on Design  tab than Page Element tab now click on Add a Gadget see Picture below. 





2. As you click Add a Gadget tab a separate Window will open just find the HTML/JavaScriptclick on it see the picture below.



3. As you click on HTML/JavaScript into the same window another page will open by the name Configure HTML/JavaScript that will be in two part Title and Content Do not need to give the title name now copy the generated HTML code from the AlertPay  and paste the code under the Content than press save button see Picture below also. 



 
4. Finally click on save button on your page Element see Picture Below.




5. Than browse your blogger or blog definitely AlertPay Donation Button will be placed on your blog just see an Example Picture below.




You have done

Thanks For coming here.

Blogger Helped

Friday, December 16, 2011

Add Google+ Page/Badge To Blogger/Website

First of all you have to register with Google+ Page so that you can get the traffic for your Blogger now you just add the Google+ page on your blogs/website so that your blogs lover can join your blogs in their Goole+ page.

If you are aware with the Google+ page firt  Create Google+ Page for Your Blogger/Website

Start to add Google+ page to your Blogs/Website

Log-in to Google+

Just follow the picture below





After clicking that area go to the left side at the middle top Get started Button click on it, also see the picture below.




Now Select Get the badge below the Connect your website Tag.







There you will find the selection of different' s style of badges choose any one what ever you desire,see the picture also below.





After that move your mouse cursor down and get the code

In that box you will find two separate  code which will be placed in to two different  area of your blog/Website,see below how the code will be look like.


First Part of the code will be placed bellow the tag of <body> in your blogger.

Log-in to your blogger than click on Design tag than choose Edit HTML.

Note: Take the full template backup before edit your template,by clicking Download full template.
Note : Before Download full template select Expand Widget Template,Than take the backup.

See below the picture where you have to put your code than save your template.



Now Click Page Element beside of Edit HTML.

Choose Add A Gadget than a small pop up window will be open find the HTML/Java Script and Pste your IInd code here than save it.



Thanks for Coming here,

Blogger Help

Thursday, August 11, 2011

Drop Down Menu Widget For Blogger

Drop Down Menu looks very attractive and also merge many function in a single window if you need to creat a Drop Down Menu for your blogs just follow these simple step and make yourself happy by heart.


Log in to Blogger, go to "Design" section, then click on "Page Element", than Add Gadget and select it as "HTML/JavaScript"


Put this code:


<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"
size=1 name=menu>

<option />- Google -

<!-- change the links with your own -->
<option value="http://yourlink.com" />Title One
<option value="http://yourlink.com" />Title second
<option value="http://yourlink.com" />Title Third
<option value="http://bloggerhelped.blogspot.com/" />Blogger Widgets
</select></form>


Now Change your link and Title what ever you want enjoy.


Thank You