

Settings: connect your Laposta API key, and tune caching and signup rate limits.
Wynko connects your WordPress site to your Laposta account, then gets out of the way.
Once you’ve entered your API key, you get two things you can drop anywhere on your site: a signup form that adds people straight to one of your Laposta lists, and a campaigns list that shows the newsletters you’ve most recently sent.
No embed codes. No iframes. Just your own site, with your own styling.
Full documentation for every screen, plus the hooks and filters for developers, lives at https://getwynko.com/docs/.
Pick a Laposta list, and Wynko builds the form from that list’s own fields. If Laposta says a field is required, it’s required here too. If a dropdown has five options in Laposta, it has those same five options on your site. You can’t accidentally build a form that Laposta will reject, because the form is always built from what Laposta actually accepts.
Wynko ships only the bare structural CSS. Colours, fonts and spacing come from your theme, and you can adjust them with CSS custom properties if you want to fine-tune.
Wynko also bridges other form plugins to Laposta. Bundled integrations for Contact Form 7 and HTML Forms — off until you switch one on under Wynko Integrations — let an existing form subscribe people to a list by adding a single checkbox. Any plugin or theme can register its own integration the same way, so the list isn’t limited to those two.
Add the Wynko: Campaigns block to any post or page and it shows a simple list of links to your most recently sent campaigns. Choose how many to show, which list they come from, the order, and what each line says. There’s no front-end CSS at all here — your theme styles it completely.
Your Laposta API key is the key to your whole mailing list, so Wynko treats it carefully.
sodium PHP extension is available (bundled with PHP since 7.2, so almost always) and your site has real WordPress security salts, the key is sealed with authenticated encryption before it’s written to the database — a raw database export or a SQL-injection leak doesn’t hand over a usable key. See the FAQ for exactly what this does and doesn’t protect against.You can keep it out of your database entirely. This is the safest option, and the one we recommend. Add one line to your wp-config.php file — define( 'WYNKO_API_KEY', 'your-laposta-api-key' ); — and the key lives there instead. A key defined this way never touches your database, so it can’t leak through a database backup, a stray export, or a database-level breach. If a key is defined in wp-config.php, it always wins — Wynko won’t let a saved value quietly override it.
It never shows up in the log. The activity log records what happened, never your key.
Prefer environment variables? Every Wynko setting, not just the key, can come from an environment variable or a wp-config.php constant — see the FAQ for the full list. That means staging and production can each have their own configuration, deployed with your code, instead of someone remembering to click through the settings screen on every site.
Signup forms are public by nature, so every submission is checked and metered before anything reaches Laposta:
.txt to attach to a support request. It never contains your API key, and signup entries never contain anyone’s email address or answers.Full documentation is at https://getwynko.com/docs/. Development happens at https://github.com/FlexBorder/wynko — issues and pull requests are welcome.
Laposta is a trademark of its respective owner. This plugin is developed independently by FlexBorder Co., Ltd with Laposta’s permission and is not an official Laposta product.
This plugin connects to the Laposta API (https://api.laposta.nl), a third-party email marketing service. Laposta is the whole point of the plugin: it is how signup forms add subscribers to your mailing lists and how the campaigns block shows what you’ve sent.
Wynko contacts Laposta:
Wynko doesn’t store signups on your own site, and its own server-side code makes no request to any host other than Laposta’s.
Laposta’s terms of service: https://www.laposta.nl/en/terms-and-conditions
Laposta’s privacy policy: https://www.laposta.nl/en/privacy-statement
The admin screens also show a handful of outbound links you may click, which your browser — not Wynko — then requests: Laposta’s own help article on getting an API key (docs.laposta.org) and list-management page (app.laposta.nl); WordPress core’s reference docs on security salts (developer.wordpress.org); the plugin’s own documentation site, linked from its row on the Plugins screen (getwynko.com); the plugin’s GitHub issue tracker, linked from the About and Integrations screens for bug reports and integration requests (github.com); the plugin’s WordPress.org support forum, linked from the About screen (wordpress.org/support); and, also on the About screen, a link to another plugin’s page on the official directory (wordpress.org). None of these run unless you click them, and none of them are third-party services Wynko itself connects to.