[wordpress插件] Check Permission Dialogue检查权限对话

wordpress 插件 文章 2020-03-22 12:00 446 0 全屏看文

AI助手支持GPT4.0

评分
0
描述

Background/Motivation: Historically analytics and tracking have been used without explict user consent.

背景/动机:历史上一直在未经用户明确同意的情况下使用分析和跟踪。

Recently there has been a push to change this, both from a technical standpoint and from a legal standpoint.

最近,无论是从技术角度还是从法律角度,都在努力改变这种情况。

While analytics are recognized to be useful to website owners, users should be aware that they are being tracked, and have the option to avoid this tracking.

尽管分析被认为对网站所有者有用,但用户应注意,正在跟踪他们,并可以选择避免这种跟踪。

This plugin aims to make it easy and simple to get tracking/analytics consent from users, and respect the users’ stated preferences for the most common tracking scenarios.

此插件旨在使获得用户的跟踪/分析同意变得容易和简单,并尊重用户针对最常见的跟踪方案的陈述偏好。

The user’s preferences are stored for the duration of their browser session.

用户的首选项将在其浏览器会话期间存储。

This plugin removes known tracking scripts (google, facebook, and crazyegg) from generated markup until a user explicitly opts in to allow their use.

此插件从生成的标记中删除已知的跟踪脚本(google,facebook和crazyegg),直到用户明确选择允许使用它们为止。

This applies to all markup prior to wp_footer();.

这适用于 wp_footer(); 之前的所有标记。

Due to limitations of WordPress hooks we cannot filter content after this.

由于WordPress挂钩的限制,我们之后无法过滤内容。

This plugin attempts to ONLY block markup whose stated purpose is tracking (such as items from the googletagmanager.com domain), and not other items which might potentially do tracking.

该插件仅尝试阻止其标明目的是跟踪的标记(例如googletagmanager.com域中的项目),而不是其他可能进行跟踪的项目。

This plugin also clears known tracking cookies associated with those known for users who have not opted in to tracking functionality.

此插件还清除与未选择跟踪功能的用户已知的已知跟踪cookie相关的

安装步骤

    1. Upload the plugin archive file to the wp-content/plugins directory in your WordPress installation.
    2. 将插件存档文件上传到WordPress安装目录中的 wp-content / plugins 目录。

    3. De-compress (un-zip or un-tar) the plugin archive file, ensuring that the resulting chk-perm-dialog directory resides in the wp-content/plugins

    4. 解压缩(解压缩或解压缩)插件存档文件,以确保生成的 chk-perm-dialog 目录位于 wp-content / plugins

      code> directory in your WordPress installation.

      WordPress安装中的code>目录。

    5. Activate the plugin through the ‘Plugins’ menu in WordPress.
    6. 通过WordPress中的“插件”菜单激活插件。

    7. (optional) If you want to provide a link to allow users to clear settings, ensure that somewhere on your site includes the following shortcode: [chk_perm_clear_link]
    8. (可选)如果要提供允许用户清除设置的链接,请确保您网站上的某处包含以下短代码: [chk_perm_clear_link]

下载地址
https://downloads.wordpress.org/plugin/check-permission-dialogue.zip
-EOF-

AI助手支持GPT4.0