Jonathan Miller 9bbf2a74fb
Universal: Auto Version Bump / Version Bump (push) Has been cancelled
Update Server / Update updates.xml (push) Has been cancelled
feat: queue processor — scheduled task + page-load fallback (#11)
Three-pronged queue processing:

1. Joomla Scheduled Task (preferred): New plg_task_mokojoomcross plugin
   registers "MokoJoomCross - Process Queue" task type. Admin creates
   a scheduled task in System → Scheduled Tasks with desired interval.

2. Page-load fallback: System plugin onAfterRender with configurable
   throttle interval. Runs on backend, frontend, or both. Small batch
   size (5) to avoid slowing page loads.

3. Both can run simultaneously — QueueProcessor uses DB-based lock
   to prevent concurrent execution (120s safety timeout).

Shared QueueProcessor helper handles:
- Queued post dispatch to service plugins
- Failed post retry with configurable max retries + delay
- Scheduled post firing (when scheduled_at <= now)
- Log cleanup based on retention period

Dashboard shows warning banner when page-load processing is active,
recommending switch to Joomla Scheduled Tasks for production.

Config options: queue_processing (scheduler/pageload/both),
pageload_client (admin/site/both), pageload_interval (seconds).

Authored-by: Moko Consulting

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-28 13:19:31 -05:00

MokoJoomCross

Cross-posting Joomla content to social media, email marketing, and chat platforms for Joomla 5/6.

Overview

MokoJoomCross automatically publishes your Joomla articles to multiple platforms when you hit publish. Connect your social media accounts, email marketing tools, and chat channels — then cross-post with one click. Each platform is a separate plugin, so you only install what you need and third-party developers can add new services.

Features

  • One-click cross-posting — Publish to all connected platforms when an article goes live
  • Plugin-based services — Each platform is a separate plugin; install only what you need
  • Post queue — Scheduled posting, retry on failure, detailed delivery logs
  • Message templates — Customize post format per platform with placeholders ({title}, {url}, {intro}, {image})
  • Post history — Track what was posted where, with platform response data
  • Migration — Import settings from Perfect Publisher Pro
  • REST API — WebServices plugin for headless/external integration

Supported Platforms

Platform Plugin Status
Facebook / Meta plg_mokojoomcross_facebook Planned
X / Twitter plg_mokojoomcross_twitter Planned
LinkedIn plg_mokojoomcross_linkedin Planned
Mastodon plg_mokojoomcross_mastodon Planned
Bluesky plg_mokojoomcross_bluesky Planned
Mailchimp plg_mokojoomcross_mailchimp Planned
Telegram plg_mokojoomcross_telegram Planned
Discord plg_mokojoomcross_discord Planned
Slack plg_mokojoomcross_slack Planned

Installation

  1. Download the latest pkg_mokojoomcross-*.zip from Releases
  2. In Joomla Administrator → Extensions → Install → Upload Package File
  3. System and content plugins are enabled automatically on install
  4. Navigate to Components → MokoJoomCross to connect your first service

Migrating from Perfect Publisher Pro

MokoJoomCross includes a built-in migration tool:

  1. Install MokoJoomCross (Perfect Publisher Pro can remain installed)
  2. Navigate to Components → MokoJoomCross → Dashboard
  3. Click "Migrate from Perfect Publisher Pro"
  4. Review detected services and confirm import

License

GPL-3.0-or-later — See LICENSE for details.

Author

Moko Consultinghello@mokoconsulting.tech

S
Description
Cross-posting Joomla content to social media, email marketing, and chat platforms
https://mokoconsulting.tech/support/products/mokosuitecross Readme
12 MiB
2026-07-13 09:45:54 +00:00
Languages
PHP 98.8%
HTML 1.2%