Title: CleverPush
Author: CleverPush
Published: <strong>2016 年 8 月 5 日</strong>
Last modified: 2025 年 2 月 12 日

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

![](https://ps.w.org/cleverpush/assets/icon-256x256.png?rev=2264041)

# CleverPush

 作者：[CleverPush](https://profiles.wordpress.org/cleverpush/)

[下载](https://downloads.wordpress.org/plugin/cleverpush.zip)

 * [详情](https://cn.wordpress.org/plugins/cleverpush/#description)
 * [评价](https://cn.wordpress.org/plugins/cleverpush/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/cleverpush/#installation)
 * [开发进展](https://cn.wordpress.org/plugins/cleverpush/#developers)

 [支持](https://wordpress.org/support/plugin/cleverpush/)

## 描述

Installing the CleverPush plugin will automatically insert the CleverPush code into
your WordPress site. It will also give you the possibility to create a notification
when publishing a new post.

What is CleverPush?
 CleverPush lets you send browser push notifications to your
users in the simplest way possible.

AMP Support:
 If you are using the classic / reader mode with a custom theme, please
make sure your theme supports the following AMP hooks: * amp_post_template_body_open*
amp_post_template_footer * amp_post_template_css

### Configuration

Enter your CleverPush API keys in the given fields. You can find your API keys in
the CleverPush backoffice under Settings > API.

## 安装

Extract the zip file and just drop the contents in the wp-content/plugins/ directory
of your WordPress installation and then activate the Plugin from the Plugins page.

## 常见问题

### I have activated the plugin but the confirmation prompt is now shown

Please enter your API keys in the plugin’s settings and select a channel. If no 
channel is available, you need to create one at cleverpush.com
 If you are using
any cache plugin, also be sure, to empty your cache.

## 评价

此插件暂无评价。

## 贡献者及开发者

「CleverPush」是开源软件。 以下人员对此插件做出了贡献。

贡献者

 *   [ CleverPush ](https://profiles.wordpress.org/cleverpush/)

[帮助将「CleverPush」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/cleverpush)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/cleverpush/)，查看[SVN仓库](https://plugins.svn.wordpress.org/cleverpush/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/cleverpush/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/cleverpush/)。

## 更新日志

#### 1.9.8

 * Fixed issue with capabilities_version

#### 1.9.7

 * Support for tags

#### 1.9.6

 * Support AI generation feature

#### 1.9.5

 * Improved mechanism of choosing serviceWorkerFile

#### 1.9.4

 * Use `get_home_url()` instead of `get_site_url()` for checking worker file

#### 1.9.3

 * Fixed previous plugin release

#### 1.9.2

 * Fixed custom `serviceWorkerPath` location in config output

#### 1.9.1

 * Change RSS tag `<cleverpush:disabled>true</cleverpush:disabled>` to `<dc:contributor
   >cleverpush:disabled</dc:contributor>` to keep feed valid

#### 1.9.0

 * Implemented new Feeds feature

#### 1.8.3

 * Fix for vendor-id attribute for CleverPush script in blocked mode

#### 1.8.2

 * Added setting to output CleverPush script in blocked mode (compatible with Consentmanager
   CMP)

#### 1.8.1

 * Prevent issue when saving post and notification was previously scheduled

#### 1.8.0

 * Implement DateTimePicker for optional scheduling of notifications

#### 1.7.2

 * Hotfix for undefined function (issue #7)

#### 1.7.1

 * Improvements by WordPress-VIP coding standards

#### 1.7.0

 * Add ability to optionally disable feed pushes for each post

#### 1.6.6

 * Append channel ID to worker file to make it work for some WordPress frameworks

#### 1.6.5

 * Fixed service worker file path for some WordPress frameworks

#### 1.6.4

 * Supported custom static endpoints

#### 1.6.3

 * Added ability to optionally disable the CleverPush script output

#### 1.6.2

 * Styling fixes for AMP

#### 1.6.1

 * Hotfix for AMP

#### 1.6.0

 * Support for AMP

#### 1.5.3

 * Fixed a warning when saving a post

#### 1.5.2

 * Fixed error in plugin settings

#### 1.5.1

 * Added plugin version to loader JS

#### 1.5.0

 * Added ability to replace domains in Notification URLs automatically
 * Added cleverpush_send and cleverpush_settings capabilities

#### 1.4.0

 * Added ability that CleverPush can optionally access unpublished posts to load
   metadata like and title, image

#### 1.3.1

 * Added the ability to include cleverpush-worker.js.php from non-default directory
   setups

#### 1.3.0

 * Support custom post types
 * Hide CP Stories by default, can be enabled in CleverPush settings
 * Add “Custom headline required” option

#### 1.2.0

 * Hide Topics/Segments if disabled in CleverPush backend

#### 1.1.0

 * Cache Topics/Segments

#### 1.0.12

 * CleverPush Story fixes (6)

#### 1.0.11

 * CleverPush Story fixes (5)

#### 1.0.10

 * CleverPush Story fixes (4)

#### 1.0.9

 * CleverPush Story fixes (3)

#### 1.0.8

 * CleverPush Story fixes (2)

#### 1.0.7

 * CleverPush Story fixes

#### 1.0.6

 * Check if wp.data.select is available before using it (3)

#### 1.0.5

 * Check if wp.data.select is available before using it (2)

#### 1.0.4

 * Check if wp.data.select is available before using it

#### 1.0.3

 * Add loading animation

#### 1.0.2

 * Flush rewrite rules on plugin activation & deactivation

#### 1.0.1

 * Fix for Classic Editor

#### 1.0.0

 * Added Segments & Topics required checks
 * Added CleverPush Stories

#### 0.9.0

 * load topics and segments asynchronously

#### 0.8.1

 * remove Public API Key setting (not used)

#### 0.8.0

 * save entered headline + text for draft posts

#### 0.7.8

 * do not show falsy “notification was sent” message, when saving a draft post

#### 0.7.7

 * remove checkbox after sending notification – hotfix

#### 0.7.6

 * remove checkbox after sending notification, show notice in gutenberg editor

#### 0.7.5

 * gutenberg editor fixes

#### 0.7.4

 * better error logs

#### 0.7.3

 * change default headline + text
 * allow one notification per post per minute

#### 0.7.2

 * minor fix

#### 0.7.1

 * added post thumbnails to notifications
 * allow for every post to send a notification only once
 * multi topic & segment selection

#### 0.7.0

 * added ability to set custom headline and text when sending new notifications

#### 0.6.4

 * minor fix

#### 0.6.3

 * added assets/cleverpush-worker.js.php for usage on HTTPS sites

#### 0.6.2

 * fixed bug where notification was sent every time post was saved

#### 0.6.1

 * fix publish_post handler

#### 0.6.0

 * breaking: no direct WooCommerce integration anymore (should be used with follow-
   up campaigns now)
 * fixed: don’t triggerOptIn directly after first page view. Considering opt-in 
   channel settings now.

#### 0.5.1

 * Bug fixes

#### 0.5

 * Added new JavaScript SDK code

#### 0.4.1

 * Hotfix for WooCommerce integration

#### 0.4

 * WooCommerce integration with automatic retargeting notifications.

#### 0.3

 * Ability to notifications directly in WordPress

#### 0.2

 * Multi language
 * Simplify settings

#### 0.1

 * Initial release

## 额外信息

 *  版本 **1.9.8**
 *  最后更新：**1 年前**
 *  活跃安装数量 **200+**
 *  WordPress 版本 ** 2.7 或更高版本 **
 *  已测试的最高版本为 **6.7.5**
 *  语言
 * [English (US)](https://wordpress.org/plugins/cleverpush/)
 * 标签
 * [browser notifications.](https://cn.wordpress.org/plugins/tags/browser-notifications/)
   [push notifications](https://cn.wordpress.org/plugins/tags/push-notifications/)
   [web push](https://cn.wordpress.org/plugins/tags/web-push/)[woocommerce](https://cn.wordpress.org/plugins/tags/woocommerce/)
 *  [高级视图](https://cn.wordpress.org/plugins/cleverpush/advanced/)

## 评级

尚未提交反馈。

[Your review](https://wordpress.org/support/plugin/cleverpush/reviews/#new-post)

[查看全部评论](https://wordpress.org/support/plugin/cleverpush/reviews/)

## 贡献者

 *   [ CleverPush ](https://profiles.wordpress.org/cleverpush/)

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/cleverpush/)