How to add contact us widget in blogger

If the post is past, we have discussed about the Create contact us form for bloggers, then this time we will try to discuss How to add widget in blogger contact us.

In the discussion which then contact us we place on a static page, but this time contact us we will place it on the widget. Advantages putting in widget is contact us, so that more visitors mmuda find the contact formwithout searching again. So that visitors find our blog page, visitors will immediately see a contact form that is in the widget.

How to add contact us widget in blogger

To add a contact form in the widget are:
- Must login to blogger
- Open Layout
- Add Widgets
- MOre gadget
- Click the Add Contact Form
- Click Save
Please see the results, to move the widgets you can do by dragging the widget contact us via the Layout page

How to add meta description in blogger Header

How to add meta description in blogger Header?
What is the description of the blog?
The blog description is a brief description of the contents of the blog. For example blog talks about cooking in general they use the description of the cuisine as well, for example: Traditional Recipes. Blog that discusses vegetable crops, the blog should use the description of sayran anyway. Blog that discusses the bloggers, theyshould use the description of the tutorial and the steps of the blogger. Because the blog description influence on seo. We take one more example of a website seocentro.com/, if we search through the search engines with keywords seocentro.com, the description of the website will be seen clearly, namely: Latest SEO and Search Engines Marketing collected from selected news and official sources. And if we use the View Source will also look meta description:
How to add meta description in blogger Header
How do I add a description in the header blog
Often we see a blog that has sempuran usually a description of the blog is always visible on the blog header, precisely under the title of the blog. Description of blogs on a header by default is not installed, so the blog owner should install one.
Here's how to add a header blogger description:
1. It must login to blogger
2. Go to Settings
3. later you will find a page of the Settings> Basic, please refer to the basic and there you'll find:
Title:
Description:
Privacy:
Please click Edit next to the description, and then enter a description you continue to click Save Changes
4. Please see the results by clicking View Blog

Create navigation bar for blogger

What is a Navigation bar for bloggers?

Navigation bar for bloggers is a horizontal-shaped menu, the function of the Navigation bar to display the links are considered very important in a blog.

Where is the location of the navigation bar?

Navigation bar typically only under the header with horizontal layout extends from the edge of the right side of the blog to the left of the blog.

What kind of Image navigation bar?

For example the image navigation bar can be seen below.
create navigation bar for blogger


Any link that is displayed in the navigation bar?


On the Navigation bar for bloggers usually showing important links including Home, About, Privacy Policy, Disclaimer, labels bloggers/blogger Category

How to create a navigation bar for bloggers?

Well, this he anticipated how to create a navigation bar for bloggers. Here is how to create a navigation bar for bloggers the easiest. Why do I say the easiest > Because you don't need to edit html struggled on blogger:
(1) Please log in to blogger if it turns out you are not logged in.
(2) Layout
(3) Add a Gadget
(4) select the Pages below that reads "Display a list of stand-alone pages on your blog"
(5) then do the Configure Page List and conteng all Pages that will display your
(6) Add external link to add links in addition to the Page List
(7) click on Save to save your work
Hopefully helpful

Create contact us form for blogger

What is contact us blogger?
Contact us bloggers is a page that should be provided by admin blogger function to make it easier for visitors to contact the admin. Be able to give advice, give criticism, ordering goods if the blog is used for the purpose of sales or just to get acquainted with the admin. Contact us usually made on a static page, and then link rather than contact us at put on the menu bar, or there are also put in the footer of the blog.

Create contact us form for blogger
Without discussing at length about conact us, then it's good we try to follow the steps to make it:
Create contact us form for blogger, the first stage
(1) log into your blogger account.
(2) Add Widget
(3) layout > Add a Gadget
(4) find Contact Form > Add

Create contact us form for blogger, the second stage
(1) Position you are still logged in blogger
(2) Template edit html
(3) Find code:
<b:section class='sidebar' id='sidebar' preferred='yes'>
<b:widget id='ContactForm1' locked='false' title='Contact Form' type='ContactForm'>
<b:includable id='main'>

<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='contact-form-widget'>
<div class='form'>
<form name='contact-form'>
<p/>
<data:contactFormNameMsg/>
<br/>
<input class='contact-form-name' expr:id='data:widget.instanceId + &quot;_contact-form-name&quot;' name='name' size='30' type='text' value=''/>
<p/>
<data:contactFormEmailMsg/> <span style='font-weight: bolder;'>*</span>
<br/>
<input class='contact-form-email' expr:id='data:widget.instanceId + &quot;_contact-form-email&quot;' name='email' size='30' type='text' value=''/>
<p/>
<data:contactFormMessageMsg/> <span style='font-weight: bolder;'>*</span>
<br/>
<textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &quot;_contact-form-email-message&quot;' name='email-message' rows='5'/>
<p/>
<input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &quot;_contact-form-submit&quot;' expr:value='data:contactFormSendMsg' type='button'/>
<p/>
<div style='text-align: center; max-width: 222px; width: 100%'>
<p class='contact-form-error-message' expr:id='data:widget.instanceId + &quot;_contact-form-error-message&quot;'/>
<p class='contact-form-success-message' expr:id='data:widget.instanceId + &quot;_contact-form-success-message&quot;'/>
</div>
</form>
</div>
</div>

</b:includable>
</b:widget>
(4) Remove code :
<b:if cond='data:title != &quot;&quot;'>
<h2 class='title'><data:title/></h2>
</b:if>
<div class='contact-form-widget'>
<div class='form'>
<form name='contact-form'>
<p/>
<data:contactFormNameMsg/>
<br/>
<input class='contact-form-name' expr:id='data:widget.instanceId + &quot;_contact-form-name&quot;' name='name' size='30' type='text' value=''/>
<p/>
<data:contactFormEmailMsg/> <span style='font-weight: bolder;'>*</span>
<br/>
<input class='contact-form-email' expr:id='data:widget.instanceId + &quot;_contact-form-email&quot;' name='email' size='30' type='text' value=''/>
<p/>
<data:contactFormMessageMsg/> <span style='font-weight: bolder;'>*</span>
<br/>
<textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &quot;_contact-form-email-message&quot;' name='email-message' rows='5'/>
<p/>
<input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &quot;_contact-form-submit&quot;' expr:value='data:contactFormSendMsg' type='button'/>
<p/>
<div style='text-align: center; max-width: 222px; width: 100%'>
<p class='contact-form-error-message' expr:id='data:widget.instanceId + &quot;_contact-form-error-message&quot;'/>
<p class='contact-form-success-message' expr:id='data:widget.instanceId + &quot;_contact-form-success-message&quot;'/>
</div>
</form>
</div>
</div>
(6) Save template


Create contact us form for blogger, the third stage
(1) Position you are still logged in blogger
(2) layout > Page
(3) click New Page
(4) On Page Title type with Contact us/Contcat Me (just select who you like)
(5) the width of the box write a message in the contact us
(6) Then enter the code form under your writing
(Make sure your script on the page mode in the form of html not Compose)


<form name="contact-form">
Name   
<input class="contact-form-name" id="ContactForm1_contact-form-name" name="name" size="40" />
Email  
<span style="font-weight: bolder;">*</span>

<input class="contact-form-email" id="ContactForm1_contact-form-email" name="email" size="40" />
Message<span style="font-weight: bolder;">*</span>

<textarea class="contact-form-email-message" cols="40" id="ContactForm1_contact-form-email-message" name="email-message" rows="5" style="height: 91px; width: 270px;"></textarea>
 <input class="contact-form-button contact-form-button-submit" id="ContactForm1_contact-form-submit" type="button" value="Send" />

<div style="max-width: 222px; text-align: center; width: 100%;">
<div class="contact-form-error-message" id="ContactForm1_contact-form-error-message">
</div>
<div class="contact-form-success-message" id="ContactForm1_contact-form-success-message">
</div>
</div>
</form>
(8) click option and tick conteng on Press "Enter" for line breaks
(9) continue to Publish

How to change blogger template html

In the previous post Mendalo Blogger has been discussed about how to change the default template blogger then I gave the post title is "Changing the default blogger templates blogger". At the post we have described detailed recara order to be understood easily.

If we use the actual blogger default template the template is also very good if we could customize the template. But if you do not want to customize the default blogger template, then we can also quickly and easily change it by using a template that is already in the optimization.
To get a template that has been optimized to please find themselves through Google, and please select themselves willing to use the free or paid version.

Think of it this time you have a template downloaded or results of purchase. And now we begin to discuss the steps "How to change blogger template html"
(1) Login to blogger.com, if you're in a state logoff
(2) Select Template
(3) Click the Backup / restore
How to change blogger template html
(4) Browse
(5) Locate the template folder to save the template file
(6) Click upload and see the results

Another way to do is:
(1) Let's say you are logged in blogger.com
(2) Template
(3) Edit html
change blogger template html
(4) Open your template xml file, by the way open with and select notepad, then select all the entire contents of the file and copy the code
(5) Paste in your template html column
(6) Save the template and see the results

Hope it helps and good luck

How to make an about me page on blogger

About us is a separate page which is often called a static page. About us very important its existence since about us is a page that describes the author of the blog itself, or it could be about the blog itself. Sometimes when we become a blog visitor, and when it did we feel curious whom does the blog owner then at that moment we look for pages about us. Maybe so also for other visitors.

If at this Blogger Mendalo About Us explain briefly about the name of the blog, on the page I explain about:
Why this blog named Blogger Mendalo ?
What is the content Blogger Mendalo blog?
What hope Blogger Mendalo?
How to contact admin Blogger Mendalo?

Why do I make such a question? Because there is the possibility of a visitor to wonder about some of these questions, especially how visitors to contact the blog admin Blogger Mendalo.
Well, without discussing at length on About Us, we should immediately learn how to create About Us on the blog.
(1) Please login to blogger, if you are in a state log out.
(2) Click Page
(3) New Page
How to make an about me page on blogger
(4) In the Page Title Enter About Us
create about us page
(5) In the wide box, write the contents About us
(6) If you are finished continue click Publish

Hope it is useful

Creating popular post on blogger

What is popular post on blogger?
Latest post in blogger is a widget that serves to menapilkan some posts most viewed by visitors. Posts Most Viewed visitors probably because seo frienly or could be due to the post link shared by the owner of the blog and the links can also be shared by visitors to the blog.
In general, widgetsebelah popular post is placed on the left or right of the widget, depending on the desires of the blog itself where they want to put it.

How to make a popular blog on blogger?
There are several ways to create a popular post on the blog. Some people make a popular post with its own script code, but there is also the easiest way that we can do without editing html. How to create a popular post on blogger easiest is usually called as a way to make a popular post without editing html
Here are the steps to make a popular post on blogger without editing html
(1) Please login to blogger, if you're logged off
(2) Layout
(3) Add a Gadget
(4) Search and find options Popular Posts
How to make a popular blog on blogger

(5) Click Add and Configure Popular Posts do the settings to your liking
(6) Continue to save, and see the results
Now you have a popular blog post, and of course Popular Post / posting the most widely viewed has been featured on popular post your widget

How to create a blog post

Imperceptibly on this blog there are 4 post, the post is the fourth trip this blog from preparation to make email and change the template. It seems perlau

I write here in the order of existing posts in this Mendalo Blogger:
Getting started with bloggers
Create new a c c o u n t in gmail
Create an account blogger google
Changing the default blogger templates blogger

Once we do Changing the default blogger templates blogger means our blog is now performed according to taste. But very disayangnya, if a blog with a nice view according to taste, but no posts therein. So like we hold a mobile phone / smarthone very nice and expensive but only the casing. So the mobile phone / smarthone can not be used, let alone to a blog post from the phone / the smarthone.

Well, now is the time we begin to make a post on a new blog is created. Steps to make a post on the blog are:
(1) You must login to bloggers, if now in a condition logout (do not forget the name of the email and passwornya yes)
(2) Click Create New Post, if still confused, please see the image below:

How to create a blog post
How to create a blog post

(3) Type Title post on top of a small column
(4) Type the contents of posts in the column width
(5) Click to add labels Label

How to create and publish a blog post
(6) When you've finished typing all of which will be posted, proceed to click Publish
(7) To see the results of the post, can by clicking View at the bottom of the post title
how to publish a blog on blogger
how to publish a blog on blogger

Changing the default blogger templates blogger

Changing the default blogger templates blogger. After following the journey from the first post to the third post, it means that you have a new email and blog. At the end of the post Create blogger google account you can view by clicking View blog blog on a message that reads: "To see the look of your blog please click View blog that is on the top of the page".
If it turns out you do not like the first choice for the template, then you can also replace the template with a very easy way.

Here is how to change the default template blogger:
(1) Please login to blogger, if you are in a position to logout
(2) Select the template
(3) Once you click on a template, then on that page templates that there are many options you can choose according to your preferences. Some models of the template you choose are: Simple, Dynamic Views, Picture Window, Awesome Inc.Watermark, Ethereal, Travel, you also can choose the mode classic templates

And on some models there are many color options daintaranya:
- The Simple models are 7 choice of color and style blogger tamplate
- On the model of Dynamic Views are 7 choice of color and style blogger tamplate
- On the model Picture Window there are 3 choice of color and style blogger tamplate
- On the model of Awesome Inc. are 6 choice of color and style blogger tamplate
- Watermark on the model, there are 4 choice of color and style blogger tamplate
- On the model, there are 3 Ethereal choice of color and style blogger tamplate
- Travel on the model, there are 4 choice of color and style blogger tamplate

So obviously there are many choices of colors and styles in the default template blogger, if we add up the template option totaled 34 choice of color and style blogger tamplate.

You just select which one?
(4) After looking at several options template, please click on your favorite template. Hover the cursor and click Preview to see the display template, if according to your taste and choice and click Apply to blog.
Changing the default blogger templates blogger
Changing the default blogger templates blogger
(5) Next, you can see the actual display by clicking View blog on the Tobol which is above the page template
(6) May be useful, and do not forget to leave a comment.

Create blogger account google

Make blogger, To continue the first post on this blog, which is about the preparation of making a blog, then the blogger mendalo will make a brief explanation of how to create a blogger. As described in the post, that to make bloggers are required to have have email. And on this blog also has my complete how do I create an email in gmail, please look at the second post.

Let's say you have followed step by step to make bloggers on Blogger this post from Mendalo first, second, and continued with this third post. And I suppose you just finished creating an email in gmail, the email is still in a State of login.

To continue to create a blog on blogger, please:
(1) Type in your browser on blogger.com
(2) Re-enter your password, if prompted
(3) Continue with click Sign in
(4) You will get a welcome speech on Blogger, Please Confirm your profile. There are two choices of Profile that you can use IE Google + Profile and Profile Blogger. You can choose one of them. For this Blogger Mendalo Profile choose profile Google profile +
(5) You have finished creating your Google profile + , and then click Continue to Blogger.
(6) Now you've been on Blogger, and page please click New Blog
(7) After you click on the New Blog, it will pop up a city similar to popup with the title Blogs List › Create a new blog that asks you to fill out the: Title, Address, and specify the choice of standard blogger template.
# In the Title please fill in with the blog title that you will create, for example, Blogger Mendalo
# In the Address please type the url of the blog you are going to create. For example: bloggermendalo, I'll try typing the url bloggermendalo would become bloggermendalo.blogspot.com
# The template in options, please select the model of the standard blogger template according to your taste. For Blogger this Mendalo I try to choose Awesome Inc.
(8) The next job is, you must click Create Blog
The next page is your new blogger page brought towards as in the picture below:

Create blogger account google

new blogger

When the page appears, it means you already have a blog with blogger platform, and I congratulate you already have a Blog.
To see the look of your blog please click View blog that is on the top of the page

Create new a c c o u n t in gmail

To complement the first post and because blogger mendalo has promised will give you instructions on how to create an email in gmail.com, so this time I tried to make a post about the steps create an email.

Here is how to create a email at gmail.com
1. open the browser
2. type gmail.com
3. Click Create an account
4. If the Create an account was at a click, it will open a Google Account to Create your page, on that page you must complete your data needed by google by the way mengiisi column that is already available. Data-the data required include: first name, last name, password, date of birth, gender, phone number, email, and your domilsili location

create gmail account fast

the google accounts home page

Below is how to fill out a form to make an email in gmail:
Name
In the column name, there are two columns i.e. first name and last name. Example: name in content with Blogger last name Mendalo.
Choose your username
At Choose your username , filled with your email name example: myemailname@gmail.com
Create a password
On the Create a password column , filled with a password that you will use later when you open an email.
Confirm your password
Filled should be the same as the password you create first, this is the point that you remember with the letters you have entered.
Birthday
Filled with months of birth, date of birth, and your birth year
Gender
On a Gender column, you can simply select the Famale, Male, and the Other by clicking the arrow that becomes available.
Car Phone
Filled with your mobile phone number. Make sure your phone number is active, because later there are verisifikasi messages sent by google and verify that you must use to verifiiikasi the emails that you create.
Your current email address
filled with emails that have had, this is the point when you forgot your password then the password will be emailed to you.
Prove you're not a robot
Please enter the numbers in the picture above.
Location
Select the location of your country
I agree to to the Google Terms of Service Privacy Policy your
Give the sign looked to conteng
Continue with the Next step
When you have finished filling out all of the available column correctly, and have click Next step, then you will find a page that reads:
Welcome!
Your new email address is
myemailnamethatjustmade@gmail.com

Thanks for creating a Google Account. Use it to subscribe to channels on YouTube, video chat for free, save favorite places on Maps, and lots more.

Continue by clicking Continue to Gmail, and next you will be taken to your email page
Create new a c c o u n t in gmail
How to make an about me page on blogger

Getting started with blogger

Getting started making a blog

Blogger is a platform that is very well known by the general public. The intent is for the public who have been familiar with the blogging world. be it the merchants, farmers, employees, students and others.

Why should bloggers?

Because blogger is very easy in customization and very obviously so easy is also a way to make it. And it was said by the blogger, the blog monetization for bloggers can earn revenue through ads on display through google adsense.
Getting started with blogger
blogger logo
Not a few of the bloggers who have been to gain income through blogger, tens, hundreds, to thousands of dollars per month. Fingers crossed we later included in it. Amiiin.
Back to about the preparations to make a blog. To make our blogs are required:

(1) has time to make a blog

Have the time to create a blog, it should be because if any time due to busy with daily work would certainly not be able to create a blog. If there is indeed a powerful desire to make her everyday and it turns out there is a blog flurry, then we can choose a night time while resting. As I did this time.

(2) has a network of internet

Because the blog is online, then work to create, update, post and others surely we must be connected with the internet. What to connect to the internet? That must be connected to the internet is certainly a tool that we will use (computers, laptops, notebooks, smartphones and other media).
If it turns out not to have all of it, to be a blogger we can melngerjakannya in the internet cafes are widely available everywhere. Moreover, in the region of Mendalo (blog admin domicile location Blogger Mendalo) have been inundated with internet cafes. So there is no impediment to being a blogger for not having a computer network and the internet.

(3) Have email

If you don't already have an email course, you are required to make the email first. And if there are still difficulties about how to create an email, the next post on this blog will discuss how to create an email.

(4) has an idea about a blog that will be created

Have an idea about the blog here the meaning is: we must have the plans about the blog itself made, will discuss what the blog made. It could be just the blog we created will discuss on blogger, wordpress, trade, agriculture or about what fits with the idea that we have.
If the blog I created this plan would discuss about the bloggers themselves and about anything later that arises in my mind is appropriate is contained in this blog.

If all had ready, then begin to create the blog. For information about how to create a blog, I will post later on the next post.