
Lisetekin - After so long not posting because there are still many things that I have to finish, and this time I just share a little from the blog post is about how to prevent copy paste on the blog, if I think it is not too important, is an advantage when the article we are in the copy and paste, what else if they are copy and paste want to include the source of the article, can add back links right, is a distinct advantage.
Without length, this time to protect blogs in blogger (blogspot) from from copy paste is to disable right click, or better known by turning off right click. The following tutorial how to turn off right click on blogspot.
- Login first to Blogger.com
- From the Dashboard page, please go to Layout> Edit HTML
- Then find the code <body> or <body (with the help press Ctrl + F or F3)
- Add the code below into the <body> or <body earlier, or it can be changed too
<body oncontextmenu = 'return false' onmousedown = 'return false' onselectstart = 'return false' onkeypress = 'return false'>
Buddy can also use some additional code only, or all of them also may, is up to your needs.
Here's an explanation of the code above:
oncontextmenu = 'return false' (to turn off right mouse click)
onmousedown = 'return false' (to turn click block down)
onselectstart = 'return false' (to turn off block selection)
onkeypress = 'return false' (to turn off keyboard keys)
If so, save your blog template.
Sorry if the previous tutorial did not work because I have not tried. for the demo please see here DEMO.
Good luck and good luck buddy.
0 Comments
Silahkan Berkomentar Dengan Baik