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.1.tar.gz (11.5 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.1-py3-none-any.whl (14.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: platzky_promocode-0.3.1.tar.gz
  • Upload date:
  • Size: 11.5 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.1.tar.gz
Algorithm Hash digest
SHA256 3bbf240683d0292209db24e228b188e8cbdf873db5f0b29ac93790bd015243dc
MD5 328f17efb0ad6486f660a67ce7540c2e
BLAKE2b-256 6299d22e15502fcc147719ec7c0e53a5a2fae67da4e34e38026b96af3df13535

See more details on using hashes here.

Provenance

The following attestation bundles were made for platzky_promocode-0.3.1.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.1-py3-none-any.whl.

File metadata

File hashes

Hashes for platzky_promocode-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 22f8b20b6f9ee8daf874c10cdc67d340936b23902de4500f5cfb788c6f022b35
MD5 e618c96f5903e6b5b5a707625538fba2
BLAKE2b-256 abb3029982ff5f41312185cab3d2ff5ad9883793404c7bfd9d7386f8d76106b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for platzky_promocode-0.3.1-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