Many of us wish to write in online but alas! many of us scare to share our ideas if somebody steal our ideas😯.That's we we stop ourselves to share our ideas. Those who feel worry about plagiarism, there is a fantastic solution for them.
Nobody wants other to steal their content ,ideas ,thoughts .No matter how much good guy he is/she is, they will feel bad if someone is stealing their ideas and getting appreciated with the stolen ideas.
The solution is you can stop other to copy and paste your writing in your blogger /WordPress. By the way ,In this article you are going to know how to stop copy and paste your writing in blogger. But there is a awesome news that there is also a another about stop other to stealing your ideas in WordPress. Click her to know that.
How to save your content from copy paste in blogger?
Blogger is a google platform where you can share your ideas, thought etc. and make a beautiful website. It is different from WordPress CMS. It is clear that you cant install plugins for blogger to solve issue .But blogger allow you to change its coding ,and allow you to make your website more user-friendly. for this ,You just need some knowledge about code like html ,CSS, and JavaScript.
To disable copy paste in Your blogger website to the following step:

To disable copy paste in Your blogger website to the following step:
1.Enter in your blogger dashboard.
2.And try to find theme option .
3.tap the dropdown menu with customization option.
the script is:
<script src='demo-to-prevent-copy-paste-on-blogger_files/googleapis.js'/><script type='text/javascript'> if(typeof document.onselectstart!="undefined" ) {document.onselectstart=new Function ("return false" ); } else{document.onmousedown=new Function ("return false" );document.onmouseup=new Function ("return false"); } </script>
5.Then save it from the highlighted option like the photo.and view your website.

to understand more see the YouTube video

0 Comments