Blogging is sharing, right? But the content piracy harms others. Many ideas and thoughts are written with a difficult but so easy to copy and paste. The following is not completely effective way to prevent content piracy. Because the bad guys always have a way to take all that we have. This way at least can reduce content piracy is the case today.
How to disable right click or to protect the content of a blog post so much copy paste? This way for complete protection of your blog content from content piracy shameless and do not know yourself, except to mention the source --that's fair, good!
Notice: Only Blogspot Tempate
How to set up:
1. Template> Edit HTML
2. Find the code <body> or <body .... bla bla bla ...>
3. Replace the code <body> with the following code:
<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false'>Note:
If the code <body> No additional other code, for example <body ... what so ...>, then add the code
oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false'Placed just behind the 'body', like this:
<body oncontextmenu='return false;' onkeydown='return false;' onmousedown='return false'>
0 komentar :
Post a Comment