How to Disable Copying of Blogger Post
Today, I would like my visitors to learn how to protect (Disable Copying
Text) your hard work spend in creating and writing fresh articles on
your website or blog by being stolen by some others.
Copying the writing from your website and placing it elsewhere is common
on the net. There are sites which often doesn’t make it possible for us
to copy the content on the web pages. The content function is disabled
from the site through the site admin so that you can protect the
website. We might find how to implement the identical methodology
pertaining to Blogger. This key is valid for almost any sites. This
trick will probably disable (Ctrl+A) function to your site.
Sometimes the trick may not be compatible with some old browsers. But,
we will see how to make things more secure in my future posts.
Steps to implement to Blogger (Disable Copying Text):
1. Go to Dashboard > Select the blog where you would like to implement the code
2. Go to Layout > Add a Gadget > Select “HTML/JavaScript gadget”
3. Paste the following code in the box:
<!- START disable copy paste –><img src=”data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7″ data-wp-preserve=”%3Cscript%20src%3D%E2%80%99demo-to-prevent-copy-paste-on-blogger_files%2Fgoogleapis.js%E2%80%99%3E%3C%2Fscript%3E” data-mce-resize=”false” data-mce-placeholder=”1″ class=”mce-object” width=”20″ height=”20″ alt=”<script>” title=”<script>” /><img src=”data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7″ data-wp-preserve=”%3Cscript%20type%3D%E2%80%99text%2Fjavascript%E2%80%99%3E%20if(typeof%20document.onselectstart!%3D%E2%80%9Dundefined%E2%80%9D%20)%20%7Bdocument.onselectstart%3Dnew%20Function%20(%E2%80%9Creturn%20false%E2%80%9D%20)%3B%20%7D%20else%7Bdocument.onmousedown%3Dnew%20Function%20(%E2%80%9Creturn%20false%E2%80%9D%20)%3Bdocument.onmouseup%3Dnew%20Function%20(%E2%80%9Creturn%20false%E2%80%9D)%3B%20%7D%20%3C%2Fscript%3E” data-mce-resize=”false” data-mce-placeholder=”1″ class=”mce-object” width=”20″ height=”20″ alt=”<script>” title=”<script>” /><!– End disable copy paste –>
4. You are done!!! Check out how it works.
Post a Comment