0
Consider you are working hard in creating articles and someone just copy and paste your content on their website without adding any credit link,then how would you feel ? Here I have an unique and simple trick to stop your post stealing.The biggest advantage of this trick is you don't have to put any scripts or any other things in your template it totally works with pure CSS3.You just have to put a little snippet of CSS code in your template which will prevent users to copy text from your articles.And I hope this small trick will surely help you to prevent your articles from republishing/redistributing on other websites.

How To Stop Your Post Stealing



  1. Go to Your Blogger Dashboard > Design > Edit HTML.
  2. Take a backup of your template.
  3. Now find for below code in your template


]]></b:skin>

add below code just above/before of above code

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

Now save your template and you are done....

Post a Comment

 
Top