122c7b630a
- 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
1.6 KiB
1.6 KiB
MokoSuiteCross Wiki
MokoSuiteCross — Cross-posting Joomla content to social media, email marketing, and chat platforms.
Quick Start
- Install
pkg_mokosuitecross-*.zipvia Joomla Extensions → Install - Navigate to Components → MokoSuiteCross → Services
- Add your first service (e.g., Telegram, Discord, Facebook)
- 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 |