WordPress Content Copy Protection - Disable Copy / Paste In WordPress

preview_player
Показать описание
Do you want to stop people copying and pasting your content and reposting it as their own work? If yes, then this video is for you. I'll show you how to do this with and without a plugin.

CSS Code:
* {
-webkit-touch-callout: none; /* iOS Safari */
-webkit-user-select: none; /* Safari */
-khtml-user-select: none; /* Konqueror HTML */
-moz-user-select: none; /* Old versions of Firefox */
-ms-user-select: none; /* Internet Explorer/Edge */
user-select: none;
/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}

Post videos of your WordPress success using the hashtag #WPLLCommunity!

I hope this information helps you! If you have any questions leave a comment below or ping me @WPLearningLab on Twitter.

Рекомендации по теме
Комментарии
Автор

Dude your videos are invaluable. Many thanks for imparting your knowledge!

FirebrandVOCALS
Автор

Thanks Bjorn! Thanks for explaining content copy protection very well...

blogger-dg
Автор

This is 3 years old.
Do you still recommend this plugin?

anthonyrude
Автор

Hey, thank you so much for the video tutorial and the time that you have spent on it. I wish you all the best!!! 🤗

Antonio_Leo_
Автор

Hi Bjorn, I am not a web developer and have absolutely no knowledge of coding or CSS, etc but I am creating a personal site using Divi theme in WordPress...
I have 2 concerns and hoping you'll be able to help
concern No.1 - I have uploaded a pdf using 3D flipbook plugin, I just uploaded this pdf for viewing only but this plugin shows to share, print, and download options but I do not want people to do all that, how can I prevent that?
concern No.2 - I also have video links on this page but actual videos are on youtube, as private videos
is there a way that people can not know that these videos are on youtube and look like embedded in the website itself?
please advise, thanks

valentinomarshal
Автор

Thanks for sharing valuable content instead of a plugin I'm using your CSS code in my generate press theme. once again thanks.

AsadMessage
Автор

I've been thinking about the problem of grabbing text from the page source. Is there a a plugin that would hash the text in the source and display it properly on the page? Or I was thinking of something that would write the text backwards and then, again, display it properly on the rendered page?

Maxtana
Автор

Hi. I tried with additional css but it's not working when i try from different windows. Indeed it's working in the same window where my backend logged in. Please help me out. What should i do

sathishkumars
Автор

I actually want to enable text selection in my website. unfortunately, user-select all is not working. Please help me out!

NavyaVedachala
Автор

Found your video always so productive.

JDMian
Автор

Thank you! I was looking for something like this years ago and gave up…

nmr
Автор

Why can't I copy and paste on a page I created

youtubemotivementor
Автор

Thank you Bjorn! What do you think of the WP Content Copy Protection & No Right Click plugin?
Is it also possible to prevent website cloning? Thank you.

sporttech
Автор

How to disable Wp Automatic Plugin in WordPress they are copying our content

harrygeorge
Автор

Can I make the code work for just 1 page?

sireopossom
Автор

Curious to know what the logic is behind this if 'tech savey' people still have the ability to copy content from the site. What are you actually achieving with this ?

mulletman
Автор

You can disable right click too so they cant see your source code.

hunkyvampire