IMAGES

ginette.bouchard
49 Posts
ginette.bouchard posted this 06 November 2023
Ask a Question

Bonjour... j'aimerais savoir comment empêcher le téléchargement et l'enregistement d'images qui apparaissent dans un site web

Merci

Bonjour... j'aimerais savoir comment empêcher le téléchargement et l'enregistement d'images qui apparaissent dans un site web Merci

Last edited 06 November 2023 by ginette.bouchard

Vote to pay developers attention to this features or issue.
7 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 06 November 2023

Hello Ginette,

Preventing users from sharing, tweeting, pinning, or downloading images from a gallery on your site entirely is challenging because these actions often depend on the user's device and browser capabilities. While you can implement measures to make it more difficult for users to perform these actions, you can't entirely block them. Users can still take screenshots, use browser developer tools, or employ various techniques to access images.
...................................................
Sincerely,
Anna.
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 Ginette, Preventing users from sharing, tweeting, pinning, or downloading images from a gallery on your site entirely is challenging because these actions often depend on the user's device and browser capabilities. While you can implement measures to make it more difficult for users to perform these actions, you can't entirely block them. Users can still take screenshots, use browser developer tools, or employ various techniques to access images. ................................................... Sincerely, Anna. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
ginette.bouchard
49 Posts
ginette.bouchard posted this 06 November 2023

Oui je sais que tout ne serait pas entièrement bloqué mais au moins si les opérations du click droit sont impossibles, plusieurs personnes n'iront pas plus loin.... alors dites moi simplement si vous pouvez me fournir un code quelconque pour bloquer le click droit ???

Je vous en remercie

Oui je sais que tout ne serait pas entièrement bloqué mais au moins si les opérations du click droit sont impossibles, plusieurs personnes n'iront pas plus loin.... alors dites moi simplement si vous pouvez me fournir un code quelconque pour bloquer le click droit ??? Je vous en remercie
Support Team
Support Team posted this 06 November 2023

Hello Ginette,

Unfortunately, Nicepage does not provide such an option and we can't recommend functionality that was not implemented. But there are a lot of ready-made scripts for this on the internet that you could add to your Nicepage project.

...................................................
Sincerely,
Negat Veri
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 Ginette, Unfortunately, Nicepage does not provide such an option and we can't recommend functionality that was not implemented. But there are a lot of ready-made scripts for this on the internet that you could add to your Nicepage project. ................................................... Sincerely, Negat Veri Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Support Team
Support Team posted this 07 November 2023

Hello Ginette,

As an option, you can try the following script below. It is supposed to remove the option of the right-click button on your website.
Go to the Site Settings >> HTML >> Additional Head HTML and paste the following code.

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

Hopefully, it will help.
...................................................
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 Ginette, As an option, you can try the following script below. It is supposed to remove the option of the right-click button on your website. Go to the ***Site Settings >> HTML >> Additional Head HTML*** and paste the following code. <script> document.oncontextmenu = cmenu; function cmenu() { return false; } </script> Hopefully, it will help. ................................................... 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
ginette.bouchard
49 Posts
ginette.bouchard posted this 08 November 2023

OK merci beaucoup

OK merci beaucoup
ginette.bouchard
49 Posts
ginette.bouchard posted this 08 November 2023

Alors j'ai trouvé quelques scripts mais je ne sais pas où installer un script dans une page ... On ne peut pas voir les codes alors si on me dit de le placer entre head et head, je ne sais pas où le mettre :(

Alors j'ai trouvé quelques scripts mais je ne sais pas où installer un script dans une page ... On ne peut pas voir les codes alors si on me dit de le placer entre head et head, je ne sais pas où le mettre :(
Support Team
Support Team posted this 09 November 2023

Ginette,

You can try to use the Additional HTML in the Site Settings, or try to add the code in the HTML Element.
...................................................
Sincerely,
Alan R.
Nicepage Support Team

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

Ginette, You can try to use the Additional HTML in the Site Settings, or try to add the code in the HTML Element. ................................................... Sincerely, Alan R. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments