HTML
Installation in HTML pages requires 3 simple steps:
I - Log in or create a new profile and obtain access token
1. Log in or create a profile by clicking "Login" at the product's website or navigating to https://searchplus.pro/customer.
If you do not have a profile yet, you have to sign up.
We require as less details as possible, so filling the registration form should take a minute.
2. You have to subscribe to the service (yes, there is a FREE tier - no payments are required) via the customer portal - https://searchplus.pro/customer/. Please keep the tab open, you will need the token information from it.
3. You have to subscribe to the service (yes, there is a FREE tier - no payments are required) via the customer portal - https://searchplus.pro/customer/. Please keep the tab open, you will need the token information from it.
II Link the page to the service
4. Edit your page and insert the following line at the bottom of the <head> section of your index.html file
<script src="https://searchplus.pro/package/sp.js" crossorigin="anonymous"></script>
The result should be looking like this:
5. Edit your page and add the Serach+ initialization code at the bottom of the <body> section
SP.init('[INSERT YOUR TOKEN HERE]');
Replace [INSERT YOUR TOKEN HERE] with the token from the account's profile page.
The result should be looking like this: