Miix Laposta Campaigns Lite

Deskripsyon

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

Mga Screenshot

  • 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

Pag-install

  1. Upload the plugin files to the /wp-content/plugins/miix-laposta-campaigns-lite directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Configure your Laposta API key in the plugin settings.
  4. Use the [miix_laposta_campaigns_lite] shortcode in your posts or pages to display campaigns.

FAQ

How do I get started?

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.

How many campaigns can I display?

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.

Can I hide the campaign screenshots?

Yes, use show_screenshot="no" in your shortcode to display campaigns without preview images.

What layout does this plugin use?

The plugin displays campaigns in a clean, responsive grid layout that works well on all device sizes.

Mga Review

Wala pang reviews para sa plugin na ito.

Mga Contributor at Developer

Ang “Miix Laposta Campaigns Lite” ay open source software. Ang mga sumusunod na tao ay nag-ambag sa plugin na ito.

Mga Contributor

Ang “Miix Laposta Campaigns Lite” ay naisalin na sa 1 (na) locale. Salamat sa mga tagasalin para sa kanilang mga kontribusyon.

Isalin ang “Miix Laposta Campaigns Lite” sa iyong wika.

Interesado sa development?

Tingnan ang code, i-check ang SVN repository, o mag-subscribe sa development log sa pamamagitan ng RSS.

Changelog

1.2.0

  • New feature: keyword parameter 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_page parameter to control campaigns per page (default: 6)
  • Changed number default from 3 to 0 (show all campaigns)
  • Entire campaign card is now clickable

1.0.0

  • Initial release