Skip to main content

Plugin for revealing promo codes.

Project description

platzky-promocode

A platzky plugin that adds a click-to-reveal promo code button.

The promo code is never present as plain text in the page — it is base64-encoded and decoded client-side only on click.

Installation

pip install platzky_promocode

Configuration

Register the plugin in your platzky config:

{
    "plugins": [
        {
            "name": "promocode",
            "config": {
                "text": "Reveal your discount",
                "color": "#e63946"
            }
        }
    ]
}
Field Required Default Description
text no "Reveal Promo Code" Button label before reveal — a plain string, or a {locale: label} map for per-language labels
color no "#4caf50" Button background (any CSS color literal)

Translated button labels

text can be a map of locale codes to labels instead of a single string. The label matching the visitor's active locale is used, falling back to the first entry in the map when there is no match:

{
    "plugins": [
        {
            "name": "promocode",
            "config": {
                "text": {
                    "en": "Reveal Promo Code",
                    "pl": "Pokaż kod promocyjny",
                    "uk": "Показати промокод"
                }
            }
        }
    ]
}

Usage in blog content

Embed the promo code directly in post content using the shortcode:

Get 20% off with code [promocode]SUMMER24[/promocode] — don't miss out!

An optional color attribute overrides the configured button colour:

Grab your [promocode color="#e91e63"]SAVE20[/promocode] before it expires!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

platzky_promocode-0.3.4.tar.gz (12.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

platzky_promocode-0.3.4-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

Details for the file platzky_promocode-0.3.4.tar.gz.

File metadata

  • Download URL: platzky_promocode-0.3.4.tar.gz
  • Upload date:
  • Size: 12.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for platzky_promocode-0.3.4.tar.gz
Algorithm Hash digest
SHA256 675edf5efe190c6c56958fc0a585715d3c877e0030abc6cec2af88116fa18d81
MD5 6f3404641edd5ba5bacc2f373bbaf046
BLAKE2b-256 d1c6901374a84b63412802761e68675b88cf6ff9c53f68f917d751266c1fd8fe

See more details on using hashes here.

Provenance

The following attestation bundles were made for platzky_promocode-0.3.4.tar.gz:

Publisher: release.yml on platzky/platzky-promocode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file platzky_promocode-0.3.4-py3-none-any.whl.

File metadata

File hashes

Hashes for platzky_promocode-0.3.4-py3-none-any.whl
Algorithm Hash digest
SHA256 f1f3dce8066c1eb55600cc0fdbdd67d32c85faa0f94db27dc93ee37f8eceb05e
MD5 b9e883f247cc1ddef7ce61f75d679f2c
BLAKE2b-256 7fa54f3c79c775bf9297bf1559ff88c94030b2cbb202214d9e1bc8d7ab955302

See more details on using hashes here.

Provenance

The following attestation bundles were made for platzky_promocode-0.3.4-py3-none-any.whl:

Publisher: release.yml on platzky/platzky-promocode

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page