Creating the Automatic Refresh on Blog

Creating the Automatic Refresh on Blog
Creating the Automatic Refresh on Blog.. In the trick this time, we will make the refresh function on the blog, which is created automatically. Where we will set the time for the blog should be refreshed. The trick is easy anyway...

By applying this trick you do not need to press the refresh button on the browser to refresh the blog, because it will be done automatically, according to the specified time. To get started you just put the code below. Want to know how.....

Well here's a trick of his... please follow:

1. Log in to blogger.
2. Choose a Design click edit HTML
3. Find the code <head>
4. Put the script below under the code <head> and above the code </head>

For the classic template... enter this code:

<meta http-equiv="refresh" content="10">

For the new template, enter the following code:

<meta http-equiv="refresh" content="10">
</meta>

5. Save your template.

A little explanation about the above code, content="10" ----> number ten (10) indicates that the refresh process will be done in a span of 10 seconds. So this number should be set not too fast because it can cause annoyance to the reader if too fast refresh.

Good luck...

Adds Twitter Button in Posts

Adds Twitter Button in Posts
There are various ways to promote your blog in increasing traffic. But the actual promotion of your blog is all located on a post or the content of your article. You can promote your blog by adding social bookmarking icons, so that your article can be disseminated. There are various types of buttons that can be mounted like Digg, Yahoo, Twitter and others. I am here to give tips on how to show the Twitter blog post.

If someone likes your post, they will click on your Twitter to post the topic on their accounts so that their friends will get information about your topic. There are two types of twitter buttons available that you can place it on the blog post. Well the following will be taught how to put this button:
  1. Login to blogger.
  2. Click Design and click Edit HTML
  3. Expand Widget Templates
  4. Find the code below:   <data:post.body/>
  5. Add the following code before or after the above code
Adds Twitter Button in Posts
     For the full twitter like the image above, add this code:

    <script type="text/javascript">
    tweetmeme_url = &#39;<data:post.url/>&#39;;
    </script>Retweet this button on every post blogger
    <script src="http://tweetmeme.com/i/scripts/button.js" type="text/javascript">
    </script>

    While the Compact twitter button add this code:

    <script type="text/javascript">
    tweetmeme_style = "compact";
    </script>
    <script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script>

    If you want to put the button on the right to use this code:

    <div style='float:right; margin-left:10px;'>
    >>>>Retweet Button Code Here<<<<
    </div>

    If you want to put a button on the right side to use this code:

    <div style='float:right; margin-left:10px;'>
    >>>>Retweet Button Code Here<<<<
    </div>

    Save your template, and Good luck ....

    Creating a Random Post On Blog

    Creating a Random Post - Have you heard about the random post..? Well, he... Posts that can be displayed at random. Who were randomized wrote here is the title of her posts. There is much to put recent post (including this blog he..e..), Whereas the front page already displayed the same title. Rather than showing recent post, wrote'd better install these gadgets is Random Post. How to make it pretty easy.. You just follow these steps:

    1. Login to blogger.
    2. Then select Design
    3. Add gadgets
    4. Click on Edit HTML and JavaScript
    5. Enter the code below:

    <script type="text/javascript">
    function pipeCallback(obj) {
    document.write('<ul style="text-transform: capitalize;">');
    var i;
    for (i = 0; i < obj.count ; i++)
    {
    var href = "'" + obj.value.items[i].link + "'";
    var item = "<li>" + "<a href=" + href + ">" + obj.value.items[i].title + "</a> </li>";
    document.write(item);
    }
    document.write('</ul>');
    }
    </script>
    <script src="http://pipes.yahoo.com/pipes/pipe.run?_render=json&_callback=pipeCallback&_id=ac99ebe0691031008a48d750fdbeaa67&url=http%3A%2F%2Fyourblog.blogspot.com&num=10" type="text/javascript"></script>
    <span style="gt;Widget edited by <a href="http://blogtrikdantips.blogspot.com/">Blog Trik dan Tips</a></span>

    6. Replace the red text with your blog URL.
    7. Save the code

    Description:
    Number 10 in the code indicates the number of posts that appear at random! Good luck..

    How To Change Background Template

    You get bored with the background on your blog template?. so do not wait longer immediately replace the color. Besides you can change the background color such as blue, green, etc. .. You can also replace it with pictures. Interesting is not it? If you see my templates in the header, I replaced it with a picture I get from this site: Da Background Labs.

    To change the background of your template, follow these steps:
    1. Login to blogger.
    2. Choose a Design and click edit HTML
    3. Do not forget to backup your template.
    4. In the template if you scroll down you will see the codes for parts of the body template.

    5. Well for example I change the background on the header so when I go to the bottom there is this code:

    /* The Header */

    #top {
    height:104px;
    margin:auto;
    background:url(http://www.backgroundlabs.com/backgrounds/126.jpg)top repeat-x;
    width:1000px;
    }

    6. The red code you are the url image, you can replace them if you want other pictures.
    7. If you want to replace it with the color of the code above will turn into something like this:

    /* The Header */

    #top {
    height:104px;
    margin:auto;
    background:#5D0909;
    width:1000px;
    background:#5D0909;

    Note that I remove and insert color code .... You can change the color code in accordance with your wishes.

    Good luck ...

    Create Rating Post on Blog

    Create Rating Post on Blog - Today we will try to make a rating on each post. Rating function itself which provides an assessment of the visitors to your posts. so you will know whether your post is qualified or not. Well if more people who give ratings that will help you see if there is one less desirable posts. You can find out, and fix your post.

    Than just lip we just created its news ratings. Just follow the tutorial below.

    1. Login to blogger
    2. Choose Design and click edit HTML
    3. Expand widget templates.

    4. Find the following code:

    <!-- quickedit pencil -->
    <b:include data='post' name='postQuickEdit'/>
    </span>
    </div>

    5. Copy the script below and paste the above code.

    <script language='JavaScript'>var OB_platformType = 1; var OB_demoMode = false;var OB_langJS ='http://h1.ripway.com/antokcupu/Voterate.js';</script><script src='http://h1.ripway.com/antokcupu/ratingblog.js' type='text/javascript'/>

    6. If already saved your template and see the results ...