Title: Couprix
Author: amanjha46
Published: <strong>06.04.2026</strong>
Last modified: 06.04.2026

---

Поиск плагинов

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

# Couprix

 Автор: [amanjha46](https://profiles.wordpress.org/amanjha46/)

[Скачать](https://downloads.wordpress.org/plugin/couprix.1.3.0.zip)

 * [Детали](https://ru.wordpress.org/plugins/couprix/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/couprix/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/couprix/#installation)
 * [Разработка](https://ru.wordpress.org/plugins/couprix/#developers)

 [Поддержка](https://wordpress.org/support/plugin/couprix/)

## Описание

Couprix is a lightweight Gutenberg block plugin designed for affiliate marketers,
bloggers, and deal websites. It allows you to create beautiful coupon boxes directly
inside the WordPress block editor.

The plugin includes **5 professionally designed coupon block styles** that help 
increase click-through rates and conversions while maintaining SEO best practices.

Each block is optimized with **semantic HTML, structured data, accessibility attributes,
and responsive layouts**, ensuring coupons look great across all devices.

Perfect for affiliate websites promoting deals, discount codes, and special offers.

#### Source Code

This plugin does not use any build tools. All JavaScript source files are located
in the `src/` directory and are identical to the deployed files in `assets/`. No
compilation or build step is required.

### Coupon Block Styles

**Style 1 — Exclusive Coupon Card**
 A modern coupon card designed for highlighting
exclusive deals and special offers.

**Style 2 — Pricing Discount Card**
 Ideal for SaaS discounts, pricing promotions,
and limited-time offers.

**Style 3 — Horizontal Coupon Strip**
 A compact horizontal coupon layout perfect
for blog posts and deal roundups.

**Style 4 — Deal List Card**
 A clean list-style coupon design suitable for displaying
multiple deals.

**Style 5 — Provider Coupon Card**
 A provider-focused coupon card with countdown
timers for urgency-driven promotions.

### Ключевые функции

 * 5 unique responsive coupon block designs
 * Native Gutenberg block editor integration
 * Live preview inside the editor
 * Add, duplicate, and remove coupon boxes easily
 * Click-to-copy coupon codes
 * Coupon code reveal animations
 * Countdown timers (Style 5)
 * Customizable coupon colors
 * SEO optimized markup with semantic HTML5
 * JSON-LD structured data support
 * Accessibility improvements using ARIA attributes
 * Fully responsive design with 4 breakpoints (1024px, 768px, 600px, 480px)
 * Lazy loading for images
 * Link attributes control (nofollow, sponsored, open in new tab)
 * Optional «Powered by» credit link with per-block toggle
 * Lightweight and optimized performance
 * Zero external dependencies

### Как пользоваться

 1. Install and activate the Couprix plugin.
 2. Open the WordPress Block Editor (Gutenberg).
 3. Click the **Add Block (+)** button.
 4. Search for **Couprix**.
 5. Select one of the available coupon styles.
 6. Customize the coupon content, colors, links, and code.

### Блоки

#### Couprix

Display customizable coupon boxes with multiple layout styles.

Features include:

 * Multiple coupon design styles
 * Coupon code copy functionality
 * Deal buttons with affiliate link support
 * Responsive layouts
 * Countdown timers for deals
 * SEO friendly markup

### Политика конфиденциальности

Couprix does not collect, store, or transmit any personal data from website visitors.

The plugin only renders coupon content on the frontend. If affiliate links are used
within coupons, third-party websites may have their own tracking or privacy policies.

## Скриншоты

 * [[
 * Exclusive Coupon Card block style
 * [[
 * Pricing Discount Card block style
 * [[
 * Horizontal Coupon Strip block style
 * [[
 * Deal List Card block style
 * [[
 * Provider Coupon Card with countdown timer
 * [[
 * Gutenberg editor block settings

## Блоки

Этот плагин предоставляет 1 блок.

 *   Couprix

## Установка

You can install the plugin using the WordPress plugin installer or manually.

**Automatic Installation**

 1. Go to **Plugins  Add New**
 2. Search for **Couprix**
 3. Click **Install Now**
 4. Activate the plugin

**Manual Installation**

 1. Upload the plugin folder to `/wp-content/plugins/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Open the Gutenberg editor to start adding coupon blocks

## Часто задаваемые вопросы

### Does this plugin work with the Gutenberg editor?

Yes. Couprix is built specifically for the WordPress Gutenberg block editor.

### Can I add multiple coupons in one block?

Yes. Each block allows you to add, duplicate, and remove coupon boxes using the 
built-in repeater system.

### Are the coupon blocks responsive?

Yes. All coupon styles are fully responsive and optimized for mobile, tablet, and
desktop devices.

### Does the plugin support affiliate links?

Yes. You can add affiliate links and control link attributes including **nofollow**,**
sponsored**, and **open in new tab**.

### Does the plugin add structured data for SEO?

Yes. Coupon blocks include **JSON-LD schema markup and semantic HTML elements** 
to improve SEO visibility.

### Does the plugin embed external links without permission?

No. The optional «Powered by Couprix» credit link is controlled by the user via 
a toggle in each block’s settings. It is enabled by default but can be turned off
at any time. No external links are added without the user’s explicit control.

### Does the plugin slow down my website?

No. The plugin is lightweight and uses **no external libraries or dependencies**,
ensuring fast loading performance.

## Отзывы

Нет отзывов об этом плагине.

## Участники и разработчики

«Couprix» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад
следующие участники:

Участники

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

«Couprix» переведён на 1 язык. Благодарим [переводчиков](https://translate.wordpress.org/projects/wp-plugins/couprix/contributors)
за их работу.

[Перевести «Couprix» на ваш язык.](https://translate.wordpress.org/projects/wp-plugins/couprix)

### Заинтересованы в разработке?

[Посмотрите код](https://plugins.trac.wordpress.org/browser/couprix/), проверьте
[SVN репозиторий](https://plugins.svn.wordpress.org/couprix/), или подпишитесь на
[журнал разработки](https://plugins.trac.wordpress.org/log/couprix/) по [RSS](https://plugins.trac.wordpress.org/log/couprix/?limit=100&mode=stop_on_copy&format=rss).

## Журнал изменений

#### 1.3.0

 * Plugin renamed to Couprix
 * Fixed all WordPress coding standards (escaping, text domain, translators)
 * Added readable source code in src/ directory
 * Added per-block toggle for credit link (Guideline 10 compliant)
 * Fixed text domain to match plugin slug
 * Updated tested up to WordPress 6.9

#### 1.2.0

 * Full responsive redesign with 4 breakpoints
 * Added JSON-LD schema markup for SEO
 * Added semantic HTML5 elements
 * Added ARIA accessibility attributes
 * Added repeater support for all styles

#### 1.1.0

 * Added repeater system for all styles
 * Style 3: removed brand logo upload
 * Style 4: removed timer and made fields editable
 * Style 5: simplified timer to days, hours, minutes

#### 1.0.0

 * Первая версия

## Мета

 *  Версия **1.3.0**
 *  Обновление: **5 дней назад**
 *  Активных установок: **Менее 10**
 *  Версия WordPress ** 5.8 или выше **
 *  Совместим вплоть до: **6.9.4**
 *  Версия PHP ** 7.4 или выше **
 *  Языки
 * [English (US)](https://wordpress.org/plugins/couprix/) и [Russian](https://ru.wordpress.org/plugins/couprix/).
 *  [Перевести на ваш язык](https://translate.wordpress.org/projects/wp-plugins/couprix)
 * Метки:
 * [affiliate](https://ru.wordpress.org/plugins/tags/affiliate/)[block](https://ru.wordpress.org/plugins/tags/block/)
   [coupon](https://ru.wordpress.org/plugins/tags/coupon/)[discount](https://ru.wordpress.org/plugins/tags/discount/)
   [gutenberg](https://ru.wordpress.org/plugins/tags/gutenberg/)
 *  [Дополнительно](https://ru.wordpress.org/plugins/couprix/advanced/)

## Оценки

Пока что нет ни одного отзыва.

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

[Посмотреть всеотзывы](https://wordpress.org/support/plugin/couprix/reviews/)

## Участники

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

## Поддержка

Есть что сказать? Нужна помощь?

 [Перейти в форум поддержки](https://wordpress.org/support/plugin/couprix/)