Skip to content

Installation

iampmpksamy edited this page Aug 28, 2026 · 1 revision

Installation

Requirements

  • WordPress 6.0 or newer
  • PHP 8.0 or newer
  • WordPress administrator access

Release ZIP

  1. Download instant-chat-connect.zip from the v1.0.9 release.
  2. In WordPress, open Plugins → Add New Plugin → Upload Plugin.
  3. Select the ZIP, choose Install Now, then Activate.
  4. Open Settings → Instant Chat Connect.

WP-CLI

curl -LO https://github.com/iampmpksamy/WordPress_Instant_Chat_Connect/releases/download/v1.0.9/instant-chat-connect.zip
wp plugin install instant-chat-connect.zip --activate

Back up the site and validate the button on staging before deploying configuration changes to production.

Clone this wiki locally