Which plugin is best/safest to copy protect (no right click)?
Forum rules
Please make yourself familiar with our rules and guidelines before posting.
Please make yourself familiar with our rules and guidelines before posting.
- Mike Dammann
- New Member
- Posts: 2
- Joined: Mon Oct 05, 2020 5:02 pm
- Reputation: 0
Which plugin is best/safest to copy protect (no right click)?
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?
-
- Administrator
- Posts: 1354
- Joined: Fri Nov 08, 2019 12:11 pm
- 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)?
Most of the scrapers will get around the best of them.
Colbyt
Reducing my online presence to do some other things.
Reducing my online presence to do some other things.
- Mike Dammann
- New Member
- Posts: 2
- Joined: Mon Oct 05, 2020 5:02 pm
- Reputation: 0
Re: Which plugin is best/safest to copy protect (no right click)?
True, but I'm talking about the average idiot who wants to turn my articles into a Facebook post without linking to me.
-
- Administrator
- Posts: 1354
- Joined: Fri Nov 08, 2019 12:11 pm
- 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)?
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.
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.
Reducing my online presence to do some other things.
- J. H. Rasmussen
- Administrator
- Posts: 1353
- Joined: Thu Nov 07, 2019 9:13 pm
- Reputation: 619
- Location: Copenhagen, Denmark
- Has thanked: 46 times
- Been thanked: 52 times
- Contact:
Re: Which plugin is best/safest to copy protect (no right click)?
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.
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.
-
- Administrator
- Posts: 1786
- Joined: Fri Nov 08, 2019 12:44 am
- 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)?
Hi Mike, welcome to Informed Webmaster.
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.
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.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...
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.
-
- Administrator
- Posts: 1354
- Joined: Fri Nov 08, 2019 12:11 pm
- 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)?
I have seen the JS method but can't say if it is specific to WP.
I would enjoy hearing what you discover.
I would enjoy hearing what you discover.
Colbyt
Reducing my online presence to do some other things.
Reducing my online presence to do some other things.
- J. H. Rasmussen
- Administrator
- Posts: 1353
- Joined: Thu Nov 07, 2019 9:13 pm
- Reputation: 619
- Location: Copenhagen, Denmark
- Has thanked: 46 times
- Been thanked: 52 times
- Contact:
Re: Which plugin is best/safest to copy protect (no right click)?
Here is the JavaScript solution:
Source: https://stackoverflow.com/questions/737 ... 043#737043Code: Select all
document.addEventListener('contextmenu', event => event.preventDefault());
Who is online
Users browsing this forum: No registered users and 170 guests