There has been a lot of talk about stealing content: finding your content, photos and even testimonials on other people’s pages.
If you did a search on google for an image of a house to put on your site. Even you are guilty of stealing content. It’s like that whole Napster thing from 2003, but easier! …and less viruses.
I know some may laugh at me starting this thread, cuz I was a perpetrator myself. I stole content from someone else’s site and used it on other websites of mine. At the time, I thought it was a shortcut, something “everyone” did. I mean, come on, even the guy who’s site I took it from had a whole page (in August 2010…before I knew about screenshots) about Water-fed Poles and Pure Water cleaning that was lifted off a site from some guy in Britain! The page was full of British vernacular and spellings like "neighbour"or “favourite” and all the units were in litres.
I digress…
I apologized. Took down the content. Took the well-deserved abuse. And began to be above stealing content. (FYI, I’m still personally nervous about going to NOLA this year :()
Revamping my site and wanting to upload more pictures, I wanted to find a way to keep people from copying them or stealing my blog posts!
(Before you try to make any more sense of what you’re about to read. Set your site up using wordpress. If you haven’t yet, then … I’m blanking. Just do it.)
The solution? [COLOR=#333333][FONT=sans-serif] Installing the wordpress plug-in: [/FONT][/COLOR][B]WP Content Copy Protection
[/B]After I installed it, I had to make a modification so it wouldn’t allow content copying on macs. Like most plug-ins made in Croatia on a PC, I had to account for the “Command” key on a mac’s keyboard.
<e.ctrlkey &&…="" in="" it.
If you’re a code-wizard, like myself just copy the “ctrlKey” script of the .php file and paste it replacing it with “metaKey”. If you have no idea what I just said, just upload the contents of this attached file to: wp-content-copy-protection/fwpconsec.php fwpconsec.txt (3.83 KB)
[B]
Here’s what the plug-in describes:
[/B]== Description ==
WP Content Copy Protection is a simple plugin that uses multiple techniques in copy-protecting your blog content. Some of the most common copy methods, such as right click, image dragging, and keyboard copy shortcuts such as CTRL A, C, X, U, and P are disabled with this plugin.
This plugin is also equipped with mobile text/image protection as well as a Javascript error message which is served to clients with their Javascript disabled. The JS error is served in addition to blank site pages which is only ‘removed’ once the client enables his/her JS.
NOTICE
While this will most certainly help copy-protect your content, do remember that there are many other means one could use to get their hands on your content without using the context menu.
== Features ==
- Disable right click function on mouse
- Disable image drag and drop function
- Disable combo keyboard command (CTRL A, C, X, U, P) functions (No ‘Select all’, ‘Copy’, ‘Cut’, ‘Paste’, ‘View Source’, or Print via Keyboard)
- Disable ‘Hold to Copy’ function on most mobile devices. (Protects images and text from copy in most mobile devices)
- Displays a client-side error message when Javascript is disabled AND serves the client with blank pages until he/she enables Javascript
- iFrame Protection (Buster)
== This Plugin will NOT ==
- Have any negative effect on your SEO
- Have any negative effect on your Advertising (such as Adsense) : Ad codes are NOT affected by this plugin in any way
== Installation ==
- Download the .zip file
- Upload and extract the contents of WP Content-Copy-Protection.zip to your wp-content/plugins/folder
- Activate the Full-WP-Content-Security plugin in your WP-admin / Plugins
- Enjoy our content protection
The best part in all that: It’s SEO friendly and your competition can’t view your source code!
Let me know if you have any questions?</e.ctrlkey>