tiki-archive / integrations

A collection of example implementations
MIT License
1 stars 1 forks source link

Load TIKI SDK in WordPress plugins #28

Closed ricardobrg closed 1 year ago

ricardobrg commented 1 year ago

In order to integrate TIKI into WordPress, we need to load the TIKI SDK JS in a WordPress plugin.

Task

Load TIKI SDK JS in TIKI WooCommerce plugins and display the example Offer on the first page load if the user doesn't have a license.

ricardobrg commented 1 year ago

If the user is not logged in, they should be prompted to give an e-mail address. TIKI plugin will create a user in WordPress for them.

The WordPress user id + email will be hashed to prevent user tracking and used as the user_id for TIKI SDK.