Bedrock Wordpress installation
Seeka can be installed on Bedrock Wordpress site via a Composer package.
Installing
-
Retrieve your Composer package registry URL from your Seeka app.
-
In your
composer.json
file, add the below repository, ensuring to replacecomposer_registry_url
with the value retrieved in the previous step.composer.json// ... "repositories": [ { "type": "composer", "url": "composer_registry_url" } ], // ...
-
Install the module with the below command
cd <directory containing your composer.json> composer require seeka-labs/seeka-wordpress
-
Activate the Seeka plugin.
-
Click on Settings on the left menu of Wordpress Admin to expand the sub-menu and then click on Seeka.
-
Copy your Seeka public key, Organisation ID and Instance ID from the Seeka app into the text fields and click the Save Changes button to complete the installation.
Upgrading
Run the below command to upgrade the module.
cd <directory containing your composer.json>
composer upgrade seeka-labs/seeka-wordpress
Interaction with SDK
Once installed, the JavaScript SDK can be interacted with to fire events via code.
See the Browser SDK reference for more information.
Version tags
Specific versions of the browser SDK can be used by setting the "Browser SDK version" setting when on the Seeka - Converge settings
page.
latest
- Latest stable releasealpha
- Latest preview/development releaseX.Y.Z
- Specific version