how to Protect blog being copied  

Some people need help how to protect their site from people who love to copy paste.


In this tutorial you will learn some how to protecting your site from plagarism.



  1. Login blogger then click Template and then Edit HTML

  2. Find <body> then replace with <body onmousedown=”return false” oncontextmenu=”return false” onselectstart=”return false”>

  3. Then Save the template.



Now your site will be no right click anymore, so you don’t have to worried from right click.


This trick is not perfect because there is always a ways to do their will. In my prediction they will use Ctrl + U to see the page source. And to solve this you may open your template and find <head> then Hold Enter For 10 second. So they will read blank page source.


This not guarantee they not found the page source. But helping you some :)


But if there is a trcik how to 99%protecting your site from copy paste. If you want, you can use image editor and inserting your article text into picture so you don’t need to worried about copy cats again.


Hope you are helped

Read More...

Showing title only at blogspot  

In this blogger tutorial you will learn how to modify your own template. ‘Blogger label hacks: Click labels and the result will shown the title only

If you have many articles and categorized using labels, this is a good trick to use. Because when you click on your blog labels link, the result will comes like a magazine.

How to show the title only in blogger if someone is clicking on the labels?



Find this code below:

<b:include data=’post’ name=’post’/>

  • Replace with this code:<b:if cond=’data:blog.homepageUrl !=

    data:blog.url’>

    <b:if cond=’data:blog.pageType != “item”‘>

    <a expr:href=’data:post.url’>

    <data:post.title/></a><hr/>


    <b:else/>

    <b:include data=’post’ name=’post’/>

    </b:if>

    <b:else/>

    <b:include data=’post’ name=’post’/>

    </b:if>



  • Cool Notes:

    If you wanna add some images button besides the title, replace with:


    <b:if cond=’data:blog.homepageUrl != data:blog.url’>

    <b:if cond=’data:blog.pageType != “item”‘>

    <div style=’width: 90%;border-bottom:1px solid #9F9F9F;padding:3px;margin-left:25px;’>

    <img src=’http://i120.photobucket.com/albums/o190/jaloewig/catalog-tut/bullet-hol3.gif’/>

    <a expr:href=’data:post.url’>


    <data:post.title/></a><br/></div>

    <b:else/> <b:include data=’post’ name=’post’/> </b:if>

    <b:else/> <b:include data=’post’ name=’post’/>


    </b:if>


    Blogger labels hack, labels trick in blogspot, labels blogger tricks, blogspot labels.

    Read More...

    How to make under comment post  

    Here we will learn how to make blogspot comment style almost like wordpress. So you your visitor will get easy to leave a comments in your blogspot page.


    How to make wordpress comment style in blogspot??, and here is the answer:

    • First, you have to login your account first,

    • Then open your blogger page in draft

      just type http://draft.blogger.com in your browser URL address




      or replace your current URL address. Replace www to draft.

      Sample:

      http://www.blogger.com/bla-bla-blablab-la

      become

      http://draft.blogger.com/bla-bla-blablab-la



    • Go to Settings –> Comments


    • At the ‘Comment Form Placement thick at ‘Embedded below post’


    • Then save your new page layout.

    • Done


    Using this new comment style will allow you to leave a comment more easy than usually. Please make your comments is available for everyone.

    Disable the captcha images for comments verification also helping others to leave you a message comment. See below comment box style for more sample new comment style in blogger


    Still got nothing change?


    Please read next article how to solve it.how to put blogspot comment box under post




    read the next article if you found any problem yet.

    Because if you are succeed you don’t need to read this article more

    Just be patient my Friend …


    Anyway we have another tutorial how to put blogspot comment box under the post:


    1. Edit HTML > Expand Widget Template, then

    2. Find:

      <p class=’comment-footer’>


      <a expr:href=’data:post.addCommentUrl’

      expr:onclick=’data:post.addCommentOnclick’> <data:postCommentMsg/></a>


      </p>


    3. Replace with:

      <p class=’comment-footer’> <b:if cond=’data:post.embedCommentForm’>

      <b:include data=’post’ name=’comment-form’/> <b:else/>

      <b:if cond=’data:post.allowComments’>

      <a expr:href=’data:post.addCommentUrl’


      expr:onclick=’data:post.addCommentOnclick’>

      <data:postCommentMsg/></a> </b:if> </b:if> </p>


    If you can’t find the code to replace, just look at the similiar code inside your template. It doesn’t matter how they named it, just look at the similiar name, script pattern.


    That’s way we don’t get bored to remind you to backup your template before editing.


    Read how to place a comment box under blogger post, this comment style almost like wordpress, replace popup comment window, even you can remove comment iframe from your blog. And i think this trick is better than other third parties software or service.



    Please check between character and ` (see the red character). Because sometimes there is some error when both of them got an auto replace. Use the character besides your enter button.

    Read More...

    How to upload blogger images multiple  

    Uploading multiple images into blogspot post

    Add an image into blog is one of the primary blogger thing to do. But how you can upload more than one images by blogspot?

    1. Write a new post and then choose the ‘Add Image‘ icon in your blog text editor and you’ll find an upload image popup window.
    2. Click on the ‘Add another image‘ link. The new browse button will appears.
    3. You can upload 5 images in one times, but if you have another URL image you also can upload Ten images in times.See images below…



    Now uploading an images is more easy to use ;)

    Read More...