- πΉ 1. Download the Add-On
- πΉ 2. Install the Add-On (Standard WordPress Process)
- πΉ 3. Add-On Dependency: Core Plugin Required
- πΉ 4. Verify the Add-On Is Active
- πΉ 5. Updating Add-Ons
- πΉ 6. Deactivating an Add-On
- πΉ 7. Uninstalling an Add-On
- πΉ 8. Safe to Install Multiple Add-Ons
- πΉ 9. Troubleshooting (If an Add-On Isn't Showing)
- π― Summary
Add-ons for the Cointacted Social Terminal are installed and activated just like any other WordPress plugin.
They extend the terminal with new commands, new features, and optional backend integrations.
This guide explains how to properly install, activate, and verify add-ons.
πΉ 1. Download the Add-On #
Add-ons are distributed as standard WordPress plugin ZIP files.
An add-on ZIP usually looks like:
cst-social-mining.zip
cst-evm-addon.zip
cst-solana-addon.zip
cst-buddyboss-addon.zip
Inside each ZIP is a normal plugin folder containing:
- a main PHP plugin file
- JavaScript files (commands, integrations)
- optional CSS
- optional REST logic
- optional admin settings
No special installation tools are needed.
πΉ 2. Install the Add-On (Standard WordPress Process) #
- Go to
WP Admin β Plugins β Add New - Click Upload Plugin
- Upload the add-on ZIP file
- Click Install Now
- After finishing, click Activate
WordPress will treat it like any regular plugin.
πΉ 3. Add-On Dependency: Core Plugin Required #
Every add-on depends on:
Cointacted Social Terminal (core)
If the core plugin is not active, the add-on will:
- refuse to load
- show a dependency warning
- disable its commands and features
If you see this message:
βThis add-on requires the Cointacted Social Terminal plugin.β
Just activate the core plugin.
πΉ 4. Verify the Add-On Is Active #
When activated correctly, you should see:
β A new submenu under #
WP Admin β Cointacted
For example:
- Cointacted β Social Mining
- Cointacted β EVM Integration
- Cointacted β Custom Commands (Add-On)
β New commands showing in terminal help: #
> help
Youβll see something like:
ADDON β 4 commands
WALLET β 5 commands (extended)
SOCIAL β 3 commands (from add-on)
β New command groups may appear #
Add-ons can introduce entirely new groups.
πΉ 5. Updating Add-Ons #
Updates are handled the same as normal plugins:
- via the Plugins list
- or via ZIP upload (if premium)
When updating via ZIP:
- Upload the new version
- WordPress will ask:
βReplace the current plugin with the uploaded one?β - Click Replace
This keeps settings and saved data intact.
πΉ 6. Deactivating an Add-On #
Deactivation will:
- remove its commands
- hide its command group
- disable its settings page
- stop backend integrations
Core plugin remains intact.
Good news:
Deactivation does not break the terminal.
Add-ons are fully isolated.
πΉ 7. Uninstalling an Add-On #
Uninstallation removes:
- settings (if plugin supports cleanup)
- custom data (optional per add-on)
- all terminal commands from that add-on
Uninstalling does not affect the core terminal or other add-ons.
πΉ 8. Safe to Install Multiple Add-Ons #
You can install any combination of add-ons:
- EVM + Solana
- Social Mining + BuddyBoss
- Analytics + Custom Commands Pack
- etc.
The terminal automatically:
- merges command groups
- merges commands
- merges metadata
- keeps everything organized
Add-ons do not conflict as long as they donβt use the same command name.
πΉ 9. Troubleshooting (If an Add-On Isn’t Showing) #
If add-on commands do not appear:
β Core plugin might be inactive #
Activate it.
β Your add-on script might not be loading #
Check browser DevTools β Network β JS.
β Another plugin might be blocking scripts #
Try disabling aggressive cache/optimizer.
β Wrong PHP version #
Make sure your host runs at least PHP 7.4+ (recommended: 8.1+).
β Command name conflict #
Two add-ons use the same command name.
Rename one.
β JavaScript error in the add-on #
Open DevTools β Console.
π― Summary #
Installing an add-on is as simple as:
- Upload ZIP
- Activate plugin
- Confirm new commands appear in terminal help
- Configure add-on settings (if needed)
The integration is automatic and safe.
Add-ons never interfere with the core terminal or with each other.