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.5.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.5-py3-none-any.whl (16.9 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: platzky_promocode-0.3.5.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.5.tar.gz
Algorithm Hash digest
SHA256 7fb16f519923cf9f8aeaff202bc9683bb9ddf979395ea8d16716081b3a08c950
MD5 bbbd5488ebe5140d73a0728fe44d80da
BLAKE2b-256 272e8b63f8ad54d7cb6f9d9ec359709db69fc7b5777032b921010032265b39f9

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for platzky_promocode-0.3.5-py3-none-any.whl
Algorithm Hash digest
SHA256 24a563d09e1b5dcd5c34cac496219851ef8b46da9510433984c4b66c513e8db8
MD5 9771cadcb0d82c1c030febdf05af41db
BLAKE2b-256 b7fc126620bc2fa8a80156b9167c9f1e09817b61061655b2ba3c3eab3ebed1be

See more details on using hashes here.

Provenance

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