Files
Jonathan Miller 122c7b630a feat: Telegram @mokosuite_bot default, wiki folders, README/CHANGELOG update
- Telegram: updated default bot from @MokoWaaSBot to @mokosuite_bot
- Telegram: embedded obfuscated bot token in plugin PHP (XOR + base64)
- Telegram: added <config> section to plugin XML for parse_mode/preview
- Telegram: removed bot token from admin-visible plugin params
- Branding: replaced all MokoWaaS references with MokoSuite
- Wiki: reorganized into getting-started/, user-guide/, services/, developer/
- README: updated with all 36 service plugins and current features
- CHANGELOG: added entries for recent fixes and changes
2026-06-21 17:23:03 -05:00

1.6 KiB

MokoSuiteCross Wiki

MokoSuiteCross — Cross-posting Joomla content to social media, email marketing, and chat platforms.

Quick Start

  1. Install pkg_mokosuitecross-*.zip via Joomla Extensions → Install
  2. Navigate to Components → MokoSuiteCross → Services
  3. Add your first service (e.g., Telegram, Discord, Facebook)
  4. Publish an article — it's automatically cross-posted to all active services

Getting Started

User Guide

Developer

Architecture

MokoSuiteCross uses a plugin-based service architecture. Each social platform is a separate Joomla plugin in the custom mokosuitecross plugin group. This means:

  • Install only the platforms you need
  • Third-party developers can add new platforms as plugins
  • Each service plugin implements MokoSuiteCrossServiceInterface
  • Services support both default bot/app mode (pre-configured by Moko) and custom mode (bring your own API keys)

Database Tables

Table Purpose
#__mokosuitecross_services Connected service accounts
#__mokosuitecross_posts Cross-post queue and history
#__mokosuitecross_templates Per-platform message templates
#__mokosuitecross_logs Activity and error logs