이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  3. Go to Dashboard and then WP Copy Protect to configure and enable.

FAQ

Installation Instructions
  1. Upload wp-copyprotect.php to the /wp-content/plugins/ directory
  2. 워드프레스의 ‘플러그인’ 메뉴에서 플러그인을 활성화하세요.
  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]”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP-CopyProtect [Protect your blog posts]”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

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.