Which plugin is best/safest to copy protect (no right click)?

Join the discussions about using Wordpress as a blogging platform and content management system for your website or blog.
Forum rules
Please make yourself familiar with our rules and guidelines before posting.
Post Reply
User avatar
Mike Dammann
New Member
Posts: 2
Joined: Mon Oct 05, 2020 5:02 pm
Answers: 0
Reputation: 0

Which plugin is best/safest to copy protect (no right click)?

Post by Mike Dammann »

I have seen several, but also read some negative reviews that some may be vulnerable and in other cases "break your site". Do any of you use a plugin preventing right click, copying of content and can recommend that plugin?

Colbyt
Administrator
Posts: 1350
Joined: Fri Nov 08, 2019 12:11 pm
Latest blog post: The magical little can that replaces 4 pantry item...
Answers: 2
Reputation: 617
Location: Central Kentucky USA
Has thanked: 149 times
Been thanked: 42 times
Contact:

Re: Which plugin is best/safest to copy protect (no right click)?

Post by Colbyt »

Most of the scrapers will get around the best of them.
Colbyt
Reducing my online presence to do some other things.

User avatar
Mike Dammann
New Member
Posts: 2
Joined: Mon Oct 05, 2020 5:02 pm
Answers: 0
Reputation: 0

Re: Which plugin is best/safest to copy protect (no right click)?

Post by Mike Dammann »

True, but I'm talking about the average idiot who wants to turn my articles into a Facebook post without linking to me.

Colbyt
Administrator
Posts: 1350
Joined: Fri Nov 08, 2019 12:11 pm
Latest blog post: The magical little can that replaces 4 pantry item...
Answers: 2
Reputation: 617
Location: Central Kentucky USA
Has thanked: 149 times
Been thanked: 42 times
Contact:

Re: Which plugin is best/safest to copy protect (no right click)?

Post by Colbyt »

I was remiss earlier, A hearty welcome to the forum!

If I were going to pick one for that purpose I would used the one that allows C&P with attribution, similar to what Google does.

I don't do Wordpress so I have no specific recommendations.
Colbyt
Reducing my online presence to do some other things.

User avatar
J. H. Rasmussen
Administrator
Posts: 1340
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » « on Web Browser Games
Answers: 0
Reputation: 619
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: Which plugin is best/safest to copy protect (no right click)?

Post by J. H. Rasmussen »

While i am an experienced coder, i haven't had to use this type of protection in the past. So i don't have any recommendations, but i did find a WordPress plug-in that seem to do what you want: https://wordpress.org/plugins/disable-r ... ck-for-wp/ .

But be careful you may loss some in-links if people can not share a few lines of text from an article on your site and link to you.

If you want me to, i could probably program a JavaScript that disable the right click functionality, but the plug-in is probably the better choice.

Accrete
Administrator
Posts: 1786
Joined: Fri Nov 08, 2019 12:44 am
Latest blog post: Have You Read the Webmaster Guidelines Yourself?
Answers: 1
Reputation: 987
Location: Canada
Has thanked: 22 times
Been thanked: 113 times
Contact:

Re: Which plugin is best/safest to copy protect (no right click)?

Post by Accrete »

Hi Mike, welcome to Informed Webmaster.
J. H. Rasmussen wrote: Tue Oct 06, 2020 5:11 am ...But be careful you may loss some in-links if people can not share a few lines of text from an article on your site and link to you...
What he said above. PIA when you want to write something, quote someone as part of the discussion and of course give attribution to where the quote came from.

There was a plugin around that automatically added the url when one copied a bit of your page. Haven't come across it in a while though.

Here ya go (it's an old article though): How to Add a Read More Link to Copied Text. There is a JavaScript solution in that article but have no idea if it works. I Googled add url to copied text to find that.
Yours truly,
Accrete Web Solutions

SEO troubleshooting and review services available. - Pm me.

Colbyt
Administrator
Posts: 1350
Joined: Fri Nov 08, 2019 12:11 pm
Latest blog post: The magical little can that replaces 4 pantry item...
Answers: 2
Reputation: 617
Location: Central Kentucky USA
Has thanked: 149 times
Been thanked: 42 times
Contact:

Re: Which plugin is best/safest to copy protect (no right click)?

Post by Colbyt »

I have seen the JS method but can't say if it is specific to WP.

I would enjoy hearing what you discover.
Colbyt
Reducing my online presence to do some other things.

User avatar
J. H. Rasmussen
Administrator
Posts: 1340
Joined: Thu Nov 07, 2019 9:13 pm
Latest blog post: Play » « on Web Browser Games
Answers: 0
Reputation: 619
Location: Copenhagen, Denmark
Has thanked: 45 times
Been thanked: 52 times
Contact:

Re: Which plugin is best/safest to copy protect (no right click)?

Post by J. H. Rasmussen »

Here is the JavaScript solution:

Code: Select all

document.addEventListener('contextmenu', event => event.preventDefault());
Source: https://stackoverflow.com/questions/737 ... 043#737043

Post Reply

Return to “WordPress”

Who is online

Users browsing this forum: No members and 35 guests