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

Cartograf Cookie filter

설명

This plugin allows site builders to comply with the spanish cookie law, that regulates the use of tracking cookies in websites according to the EU directive.

Note that this is important as one of the first countries to introduce this regulation after the EU directive was emitted was UK. But the UK law has some differences with the spanish regarding “informed consent” of the visitor, thus cookies needs to be treated a bit differently.

Despite of that, the plugin provide the functionality needed to comply with UK (and other) cookie law, as well.

This plugin allows the user to insert code (typically, javascript code) in both header and footer and for two different cases (cookie accepted, cookie not accepted). It also provides HTML id and classes that enable easy customization.

The development and manteniance of this plugin is sponsored by Cartograf

Contributors

  • Jose Alcántara
  • Dima Kam
  • Sergio Folgar

About Cartograf

The development of this plugin has been funded by Cartograf, a consultancy company specialized in free software based in Madrid.

설치

You may install this plugin following the next steps:

  1. Download the ZIP file.
  2. Unzip the file and upload the newly created folder with its contents to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Go to the settings page for this plugin and configure all that you need: message to be shown, scripts to be inserted on cookie acceptance (typically, your Google Analytics code, or similar, goes here) in header OR footer, cookie acceptance criteria (timeout, scrollout) and a list of pages or posts containing extra information about cookies and thus to be treated as an exception.

FAQ

Is this plugin suited for building sites according to the spanish cookie law?

Yes, it is.

How can I customize the cookie bar?

The plugin provides both html ID and classes to help themers. We plan to allow easy color config in next versions.

How does this message behaves along with cache plugins?

If you are using a cache plugin, you are encouraged to flush/rebuild your cache whenever you change your welcome message.

후기

2016년 9월 3일
Para que funcionara bien en mi Wordpress con un template comprado he tenido que editar el archivo script.js en la función setCookie añadiéndole en document.cookie el path=/, me queda así: document.cookie = c_name + "=" + c_value+"; path=/";
모든 5 평가 읽기

기여자 & 개발자

“Cartograf Cookie filter”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Cartograf Cookie filter”(을)를 번역하세요.

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

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

변경이력

1.1.0

  • Cookie checking is now implemented client-side, to make the plugin compatible with cache plugins. Thanks to Sergio Folgar (/sfolgar) for this contribution.

1.0.7

  • Added info about compatibility with cache plugins
  • Updated tip texts on settings page.

1.0.6

  • Improved tip texts on settings page.
  • We now explicitly support UK cookie law (the functionality was always there, just that we didn’t mention).

1.0

  • First stable release.
  • Included settings page.
  • Included slug exceptions.
  • Both timeout and scrollout acceptance of the cookies are now considered.

0.5

  • Now saving options as WP options.

0.1

  • Initial commit.