Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

WP-CopyProtect [Protect your blog posts]

Descripción

Protect your blog content from getting copied. A simple plug-in developed to stop the Copy cats

Características

  • Disable selection of text – Now those n00bs can not copy your content easily.
  • Disable right click on your blog – Disable right click with popup message or without popup message.
  • No side-effect on SEO – Search engines can read your content without any problem.
  • User specific setting – Apply above settings to all users or specific category of users like Admin.

Please note

  • Both disable right click and disable selection of text can be switch ON or OFF through Settings menu.
  • You must enable the options from WP-CopyProtect settings page after installing the plugin, to enable the protection to your blog.

    Why don’t you rate the plugin if you like it !! 🙂 >>

By Chetan Gole.

Capturas

  • Configuration page

Instalación

  1. Upload wp-copyprotect.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Dashboard and then WP Copy Protect to configure and enable.

Preguntas frecuentes

Installation Instructions
  1. Upload wp-copyprotect.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Dashboard and then WP Copy Protect to configure and enable.
Why Disable content selection is not working ?

Most probably your theme doesn’t have <?php wp_footer(); ?> in footer, so please edit the footer of your theme and insert that code.
To edit the theme go to Design >> Theme Editor >> Select «Footer.php» from right hand list >> and paste <?php wp_footer(); ?> just before the ‘< /body >’ tag.
If possible add this code near to WordPress link.
The «disable Content selection» will start working.

WP Copyprotect is bad for the SEO?

No, This plug-in is developed in PHP and javascript, for this reason the plug-in does not affect search engines, it only affects the user’s browser that tries to copy your content. Search engines can read the content of your blog.

I have problems and questions

Catch me on Wp-CopyProtect Homepage

Reseñas

16 de febrero de 2018
The plugin is working greatly except in Firefox browser (version 58.0.2 64-bit). I'm still able to select cursor on text and copy it. In other browsers such as Google Chrome, IE, Opera it works perfectly. Any solutions before I buy the premium version?
3 de septiembre de 2016
it's really simple and useful. in my opinion, we can be change the plugin language via Loco Translate or etc. but there is no option about this:] thanks developer, you well done!
3 de septiembre de 2016
Followed the instructions, but no option changes, footer edits, etc.. did the trick. The plugin just doesn't work and at least at this writing hasn't been updated in almost a year. Save you time.
Leer todas las 38 reseñas

Colaboradores y desarrolladores

«WP-CopyProtect [Protect your blog posts]» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Registro de cambios

ver : 3.1.0

  1. Sanitising user input for protection. Avoiding XSS attacks. Reference: https://codex.wordpress.org/Function_Reference/sanitize_text_field

ver : 3.0.0

  1. Added user specific setting, now you can disable WP Copy Protect for admin/logged-in users.
  2. Moved menu to top level.

ver : 2.2.0

  1. Compatibility tag added for WP 3+

ver : 2.1.0

  1. Footer link is now optional.

ver : 2.0.0

  1. New option added for disabling right click without popup message, UI changes.

ver : 1.9.1

.1 Compatibility tag added for Wp 2.9 .

ver : 1.9.0

  1. VALID XHTML (Validation errors removed).

ver : 1.8.0

  1. Update for WordPress 2.8 with change in settings panel.