Blogger writes
a beautiful long post for their blog by adding his/her own creativity. They
collect deep knowledge on that topic from various resource and spend a number
of hours to make it more attractive to visitors and they love to read that post
but blogger feel sad when some thieves steal their content just by a simple
right-click.
Many people think that anything on the internet which is accessible to them is own by them and they can use it in any way they want to. People are not aware of copyright law that you cannot use others content in any format whether it is an image, audio or video without the permission of the creator of that content.
Today I will teach you that
how you protect your post from thieves.
You have to follow certain steps given below:-
Step 1:- At first go to your blogger account dashboard and then select the layout option.![]() |
Blogger Dashboard |
Step 2:- Inside the layout option, you have to" add a gadget"
anywhere you want.
![]() |
Add gadgets from the layout |
Step
3:-Select HTML/Javascript from
the list of gadget and paste the code given below inside it. You can give any
title or better to leave it blank.
![]() |
Gadget available on blogger.com |
CODE -
<script type='text/javascript'>
if (typeof document.onselectstart != "undefined") {
document.onselectstart = new Function("return false");
} else {
document.onmousedown = new Function("return false");
document.onmouseup = new Function("return false");
}
</script>
if (typeof document.onselectstart != "undefined") {
document.onselectstart = new Function("return false");
} else {
document.onmousedown = new Function("return false");
document.onmouseup = new Function("return false");
}
</script>
![]() |
paste the code here |
Step
4:- At
last click on save and then save arrangement. Task complete.
No comments:
Post a Comment