這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP-CopyProtect [Protect your blog posts]

描述

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

Features

  • 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.

螢幕截圖

  • Configuration page

安裝

  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.

常見問題

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

評價

2018年2月16日
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?
2016年9月3日
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!
2016年9月3日
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.
閱讀全部38個評價

貢獻者及開發者

“WP-CopyProtect [Protect your blog posts]” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

修改日誌

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.