How can I prevent content from being copied from my website

luiscarlosh
11 Posts
luiscarlosh posted this 30 August 2022
Ask a Question

How can I prevent content from being copied from my website? Are there any tools in NicePage?

How can I prevent content from being copied from my website? Are there any tools in NicePage?
Vote to pay developers attention to this features or issue.
8 Replies
Order By: Standard | Newest
MerlinAZ
2687 Posts
MerlinAZ posted this 30 August 2022

You can add code to disable right-click/copy, but if it's online, it can be stolen by any screengrab.

You can add code to disable right-click/copy, but if it's online, it can be stolen by any screengrab.
luiscarlosh
11 Posts
luiscarlosh posted this 31 August 2022

How add code in software NicePage?

How add code in software NicePage?
tinapitcher12
3 Posts
tinapitcher12 posted this 31 August 2022

Same question how to add code in nice page?

Same question how to add code in nice page?
Support Team
Support Team posted this 31 August 2022

Hello,

Thanks for contacting us

The following script removing the option of right click button. Go to Site Settings >> HTML >> Additional Head HTML
and paste the following code. If you want to remove context menu (right click button) only on one page, add the code only in Page Settings >> HTML >> Additional Head HTML

<script> document.oncontextmenu = cmenu; function cmenu() { return false; } </script>

...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello, Thanks for contacting us The following script removing the option of right click button. Go to ***Site Settings >> HTML >> Additional Head HTML*** and paste the following code. If you want to remove context menu *(right click button)* only on one page, add the code only in ***Page Settings >> HTML >> Additional Head HTML*** <script> document.oncontextmenu = cmenu; function cmenu() { return false; } </script> ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
luiscarlosh
11 Posts
luiscarlosh posted this 31 August 2022

Excellent, thank you very much, I only needed to additionally avoid Copy and Paste, could you help me with that?

I only found in google this code but I wouldn't know where to put it through Nicepage

$('body'). bind('copy paste',function(e) { e. preventDefault(); return false; });

Excellent, thank you very much, I only needed to additionally avoid Copy and Paste, could you help me with that? I only found in google this code but I wouldn't know where to put it through Nicepage $('body'). bind('copy paste',function(e) { e. preventDefault(); return false; });
Support Team
Support Team posted this 31 August 2022

Hello Luis,

Check the instructions from where you've got the code. If it's a script place it in the same area Site Settings >> HTML >> Additional Head HTML
Thank you
...................................................
Sincerely,
Ahmad.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Hello Luis, Check the instructions from where you've got the code. If it's a script place it in the same area ***Site Settings >> HTML >> Additional Head HTML*** Thank you ................................................... Sincerely, Ahmad. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
luiscarlosh
11 Posts
luiscarlosh posted this 31 August 2022

This help me too

https://www.makeuseof.com/disable-text-selection-cut-copy-paste-right-click-on-web-page/#:~:text=You%20can%20disable%20cut%2C%20copy%2C%20and%20paste%20on%20a%20web,anything%20on%20the%20web%20page.

This help me too https://www.makeuseof.com/disable-text-selection-cut-copy-paste-right-click-on-web-page/#:~:text=You%20can%20disable%20cut%2C%20copy%2C%20and%20paste%20on%20a%20web,anything%20on%20the%20web%20page.

Last edited 31 August 2022 by luiscarlosh

lexcen
13 Posts
lexcen posted this 23 June 2023

is this problematic for seo , is this make a ban from google or anything ?

is this problematic for seo , is this make a ban from google or anything ?
You must log in or register to leave comments