4

floating widget: add a widget floating

  • reiyo
  • floating widget is a widget that is an image in the corner, and this image will not change even if we do scrolling. For example, you can open a blog riora-182.blogspot.com, in the lower right corner, you see the monkey picture, or the lower right corner of this blog there was an arrow. how to install it as follows:

    Loggin on your blog

    select the layout - edit HTML

    to prevent errors please download the template first
    expand widget - Download full template

    search code [[></b:skin>

    Put the code below just above the code we're looking for

    #floating {
    position:fixed;_position:absolute;bottom:0px; left:0px; clip:inherit; _top:expression(document.documentElement.scrollTop+
    document.documentElement.clientHeight-this.clientHeight); _left:expression(document.documentElement.scrollLeft+ document.documentElement.clientWidth - offsetWidth); }

    copy the script below before the code </body>

    <div id='floating'>
    <a href='http://your blog address.blogspot.com/#top'>
    <img src='http://your image addres.jpg'/>
    </a>
    </div>


    after that save the template and see the results.
    image extension can be jpg, gif
    Read more...
    14

    The Importance of Blogging

  • reiyo
  • many people who do blogging activities. are those who have a character (http://software-freeware.net blog owner said it). bloggers always has the goal of making these blogs. blog to share opinions, share information, or to monetize purpose. more bloggers voice heard readers, rather than another netter. bloggers can make money from the popularity he has. various views of one of the blogging that is described as a personal diary. there are many benefits of blogging, among other
    - You can monetize your blog, and you will reap the results.
    - Sharing information users blog one another
    - Can be a discussion with the visitors and among fellow bloggers
    - Can be a learning arena for ideas to write
    - And many more
    Read more...
    2

    SEO: Includes Meta Tags in Blogger

  • reiyo

  • optimize blogs with meta tags. many ways to optimize blog,. including backlink, blog register in the directory and the other is to put a meta tag. function of the meta tag is to give the identity of our blog, which aims to search engines can recognize our blog. an easy way to install a meta tag on our blog is:

    try to login to the dashboard of blogger
    click on the layout after leaving the page layout, select edit html
    search code <title><data:blog.pageTitle/></title>

    after that put the code below exactly under the code above

    <meta content=' write description here' name='description'/>
    <meta content=' write your keyword here ' name='keywords'/>
    <meta content='idex,follow' name='robots'/>


    change the word green in your blog description
    Read more...