Great News! Try our new tool to convert img to amp-img. Try Now!

Sunday, November 12, 2017

How to Active Anti Copy-Paste Article in AMP blogger

How to Make Articles Can not Copy Paste on Blogspot Without Javascript. Valid AMP anti copy-paste articles in blogspot

How to Make Articles Can not Copy Paste on Blogspot Without Javascript

We as a blogger who painstakingly make an article, sometimes like to get annoyed with other bloggers who by arbitrarily copy our articles. With permission sometimes we are not willing, especially without our own permission as a maker.

For this reason, many bloggers who use javascript disable right click to address the naughty bloggers who often copy-paste his blog article.

However, it seems to be thinking 2 times for those of you who use blogger with Valid AMP. The article, as we know that AMP does not accept any javascript other than Js provided by AMP Project.

But do not worry, it turns out javascript disable right click, can still be tricked with CSS disable selection that has been widely used.

The trick is very easy to apply to our blog. Simply enter the code into the blog's CSS file. 

Well, for your blogger platform users who use a valid template AMP, here I will love the way for articles to be anti co-pas and valid AMP. 

1. Silahkan masuk ke panel Edit Tema di dashboard blogger, click Edit HTML.

2.  Copy this CSS code. 


.post-body {-webkit-user-select: none;  /* Chrome all / Safari all */-moz-user-select: none; /* Firefox all */ -ms-user-select: none;      /* IE 10+ */ user-select: none;          /* Likely future */     }

3. Then find the code <style amp-custom='amp-custom'>, and place it underneath. Then click Save for final process.

Now, try to test whether the code was successfully implemented or not. Please try article selection on your blog. Then certainly the article will not be selected, and automatically will not be in Copas. Although still able to use right click.