Add a Search Engine to Your Blog

One of my friend ask to me, how to add a search engine in blogger like this?
Before I answer the the question it is better you know usefulness from a search machine in blog. Installation a search engine in blog of course will make your visitor is easier to find the articles in your blog, for the reason hence opening the big opportunity of your articles will in reading by many visitors.
To the point, to add this search engine to your blog, following this step :
  • Login to blogger with your ID
  • After entering the dasboard page , click Layout.
  • Click at Page Element tab. See the picture below :
    page element
  • Click on Add gadget
  • Click the sign plus ( + ) for HTML/JavaScript
  • Copy and paste the code below into available column :
  • Click   save changes   
  • Finish. Please see the result.

At the code above, you'd meet the code be like this : size="20" The code is to arrange the wide of seach box. You can change it according to desire, ever greater of his value of course more wide. Example : size="25", size="30" And you will find the code like this : value="Search" You can change this word with your word. Example : value="GO !"
Or possibly you still confuse with the steps above?
Just click the button for automatically install to your blog.
Search

Add a search engine in the sidebar of your blog.

OK my friends, see you at my next post with other topic.

Comment Blog Send to @mail

Hi Friends, I'm glad to meet you again at this post. At this opportunity, i will give you a tips. Possibly this tips a lot have known it, however don't close possibility is which not yet known it. This tips is about every your visitor give a comment at your blog automatically sending to your @mail inbox. So that every the comment entering in blog direct in sending automatically to your @mail, hence you have to do setting at setting tab. This is the steps :
  1. Login to blogger with your ID.
  2. Click Settings.
  3. settings
  4. Click Comments.
  5. comments
  6. Scroll to underside and you will find a box near the article Comment Notification Address, write your email address inside the box. for example : jalupapang2000@yahoo.com
  7. email address
  8. Click Save settings
  9. Finish.
Now you'd get an email from blogger.com every your blog visitor give a comment. Allright, I think enough. See you at my next post.

Make a Post Summary (Read more Function)

If you are a beginner, possible you'd feel to surprise when seeing the articles in my blog presenting only shares first paragrap or second paragrap, and to read for full article, you must click Read more... link. Alright.. please don't feel surprise, i will discuss about this now.

The function like that called Post Summary. You can make a post summary function with add a little code to your template code. But this code is for new blogger template (beta) and does not work at classic template.

Please follow the steps below :

Step #1 :

  1. Login to blogger with your ID
  2. In the dashboard page , click Layout.
  3. Then click edit HTML tab.
  4. Click the Download full template link. Save your template (very important)
  5. Please mark the little box beside Expand Widget Templates. Wait for a moment.

    expand-widget.png
  6. Go to your template code, and find the code like this :
  7. Delete the above code and change with this code :
  8. Click Save Template button
  9. Step #1 is done.

Step #2 :
  1. Click Setting tab.
  2. Click formatting tab.
  3. Go to lower side. you will find a blank text are beside Post Template. Fill that blank text area with this code :
  4. Click Save settings button.
  5. Step #2 is done.

How to post your article?

When you post your article, choose photo-posting_03.gif tab. and you will see the code below :

<span class="fullpost">

</span>

Place the first paragraps above of :

<span class="fullpost">

and place the rest of paragrap under of :

<span class="fullpost">

and above of :

</span>

and then publish your post. Done.

If you still feel confuse, this is the example how to place your article:

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet. (this will show in front of your blog)
<span class="fullpost">

Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet, lectus. Mauris et mauris. Duis sed massa id mauris pretium venenatis. Suspendisse cursus velit vel ligula. Mauris elit. Donec neque. Phasellus nec sapien quis pede facilisis suscipit. Aenean quis risus sit amet eros volutpat ullamcorper. Ut a mi. Etiam nulla. Mauris interdum. . (this will show if visitor click read more)
</span>

At front page of your blog, will show just like this :

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Quisque sed felis. Aliquam sit amet felis. Mauris semper, velit semper laoreet dictum, quam diam dictum urna, nec placerat elit nisl in quam. Etiam augue pede, molestie eget, rhoncus at, convallis ut, eros. Aliquam pharetra. Nulla in tellus eget odio sagittis blandit. Maecenas at nisl. Nullam lorem mi, eleifend a, fringilla vel, semper at, ligula. Mauris eu wisi. Ut ante dui, aliquet nec, congue non, accumsan sit amet. Read more...

The last, if you try this hack and you not succes, don't be panic. upload your backup template, and it's will be back to template code before you do edit.

Allright my friend, i think this enought. See you at my next post.