How to disable copy content in blogspot/Wordpress site

It'll truly disappoints, when you discover your blog content distributed in some different sites as their own. We can't totally obstruct these sort of taking however we can make it harder to accomplish. Before, we regularly go for javascript arrangement yet we can do it css as well.

All in all, 'client select' property in css will be a decent decision however every seller included their own prefix execution. So to influence it as cross program arrangement, to infuse underneath css in a component style.

 Objectives
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
-moz-user-select: none;
 -ms-user-select: none;
user-select: none;

 Example
Your content
The below code in red should be placed directly to the content you want to disable copy and paste on, while making your post, navigate to html of the post and not the compose part, and paste this code.

<div class='disable-copy'>Your content</div>

Your content follows , after your content then close the div </>

Blogger users click here to read more about disabling copy and paste content

 Secondly : before this code works, you have to embed the css to your blogspot template !! Use the below methods!! . Above method works for Wordpress too!! Just copy the code and put in your css section and you are good to go.

 Go to Blogger -> Dash board  Click on Drop Down Menu -> Template Backup your template Then click on Edit HTML -> Proceed Find "]]></b:skin>" using ctrf + f Paste below code above it:

.disable-copy{
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

 !! You can equally disable posts in block quote through this method!! Use this css and paste after the above code

. blockquote{-webkit-touch-callout: none;-webkit-user-select: none;-khtml-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;}

Cheers!!! Use the comment section to get help direct from admin!

More solid and stronger methods loading!! We are working on the css codes stay tuned and bookmark our website

Thanks For You Reading The Post We are very happy for you to come to our site. Our Website Domain name https://bcodedblog.blogspot.com/.
Newer Posts Newer Posts Older Posts Older Posts

More posts

Comments

Post a Comment