Miix Laposta Campaigns Lite
Miix Laposta Campaigns Lite
Description
The Miix Laposta Campaigns Lite plugin allows you to display your Laposta email campaigns on your WordPress website. This lite version provides basic functionality to showcase your campaigns with simple display options.
Features:
- Display Campaigns: Show your Laposta campaigns on your site
- Display Options: Control campaign count and screenshot visibility
- Simple Grid Layout: Clean, responsive grid display
- Campaign Screenshots: Toggle campaign preview images on/off
- Multi-language Support: Available in English and Dutch
- Responsive Design: Works on all device sizes
Available Shortcode Parameters:
number– Maximum number of campaigns to display (default: 0 = all)per_page– Campaigns per page for pagination (default: 6)show_screenshot– Display campaign screenshots (yes/no, default: yes)show_date– Display campaign dates (yes/no, default: yes)keyword– Only show campaigns whose subject contains this keyword
Example Usage:
[miix_laposta_campaigns_lite] - Shows all campaigns with pagination (6 per page)
[miix_laposta_campaigns_lite per_page="9"] - Shows 9 campaigns per page
[miix_laposta_campaigns_lite number="12"] - Shows maximum 12 campaigns (paginated)
[miix_laposta_campaigns_lite show_screenshot="no"] - Shows campaigns without screenshots
[miix_laposta_campaigns_lite keyword="newsletter"] - Shows only campaigns with "newsletter" in the subject
External services
This plugin connects to the Laposta API to retrieve and display your email campaigns on your WordPress website.
What is Laposta?
Laposta is a Dutch email marketing service that allows you to create and send newsletters. This plugin retrieves your campaign data from Laposta to display it on your website.
What data is sent and when:
* Your Laposta API key is sent to authenticate requests
* Requests are made to retrieve campaign lists, campaign details, and campaign statistics
* Data is fetched when you view the plugin admin pages or when the shortcode is displayed on your website
* Campaign data is cached locally to reduce API calls
No personal visitor data is sent to Laposta through this plugin.
Laposta service links:
* Laposta website
* Laposta Terms of Service
* Laposta Privacy Policy
Installation
- Upload the plugin files to the
/wp-content/plugins/miix-laposta-campaigns-litedirectory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Configure your Laposta API key in the plugin settings.
- Use the
[miix_laposta_campaigns_lite]shortcode in your posts or pages to display campaigns.
Screenshots

Settings page with API key configuration

Campaigns tab showing your available Laposta campaigns

Shortcode tab with usage instructions and examples

Adding the shortcode to a post or page in the WordPress editor

Frontend display of campaigns on your website

Help section with instruction, shortcode usage and account info
Faq
After installing and activating the plugin, go to the Miix Laposta Campaigns Lite settings page and configure your Laposta API key. Once configured, you can use the [miix_laposta_campaigns_lite] shortcode to display your campaigns.
By default, all campaigns are displayed with pagination (6 per page). Use per_page="9" to show 9 per page, or number="12" to limit to a maximum of 12 campaigns.
Yes, use show_screenshot="no" in your shortcode to display campaigns without preview images.
The plugin displays campaigns in a clean, responsive grid layout that works well on all device sizes.
Reviews
Changelog
1.2.0
- New feature:
keywordparameter to filter campaigns by subject - Shows only campaigns whose subject contains the specified keyword
1.1.0
- New feature: Pagination support – shows all campaigns by default with pagination
- Added
per_pageparameter to control campaigns per page (default: 6) - Changed
numberdefault from 3 to 0 (show all campaigns) - Entire campaign card is now clickable
1.0.0
- Initial release