Disable Right Click On One Photo?

Discussion in 'Software' started by Lisa171, May 26, 2019.

  1. Lisa171

    Lisa171 Private E-2

    Hi, there. I didn't know where else to post this, so I figured software was my best bet. That said, I need to disable right click on just one photo. What would I add to the below code to do that? I removed the <> ends so the code would show up.

    img src=”https://www.website.com/wp-content/uploads/2019/05/lb3.jpg” alt=”” width=”283″ height=”401″ /
     
  2. Eldon

    Eldon Major Geek Extraordinaire

  3. Lisa171

    Lisa171 Private E-2

    Thank you, Eldon!
     
  4. Replicator

    Replicator MajorGeek

    If you place the javascript open and close tags on the image source you supplied again, you will arrive at this page:
    https://wordpress.org/support/topic/disabling-right-click-on-one-photo/

    The URL at this page is not a secure connection however so the html code is unavailable.

    If your running a website built with wordpress, here is another source for disabling right-click to prevent image theft.....if that is in fact your intention.
     
  5. Lisa171

    Lisa171 Private E-2

    Thank you, Replicator. The thing is, I would prefer to stay away from plug-ins, as I have too many already! lol
     
  6. Replicator

    Replicator MajorGeek

    Well you could use this code in between your pages html head tags (<head></head>) but its not a foolproof method and can cause instability issues:

    <script language="JavaScript" Type="text/javascript">
    <!--
    function popupMsg(theMsg) {
    alert(theMsg);
    }
    //-->
    </script>

    After adding this to the header, protect your new images using this code:

    <IMG SRC="path to image" onMouseDown="popupMsg('This image is Copyrighted by Replicator 2019')">
     
  7. Eldon

    Eldon Major Geek Extraordinaire

    Whatever you do, watermark the image.
     
    Replicator likes this.

MajorGeeks.Com Menu

Downloads All In One Tweaks \ Android \ Anti-Malware \ Anti-Virus \ Appearance \ Backup \ Browsers \ CD\DVD\Blu-Ray \ Covert Ops \ Drive Utilities \ Drivers \ Graphics \ Internet Tools \ Multimedia \ Networking \ Office Tools \ PC Games \ System Tools \ Mac/Apple/Ipad Downloads

Other News: Top Downloads \ News (Tech) \ Off Base (Other Websites News) \ Way Off Base (Offbeat Stories and Pics)

Social: Facebook \ YouTube \ Twitter \ Tumblr \ Pintrest \ RSS Feeds