Documentation
Installation
Usage
See Also
Log in or create a new profile and obtain access token
1.1 Log in or create a profile by clicking “Login” at the product’s website or navigating to https://searchplus.pro/customer.
1.2 We require as less details as possible, so filling the registration form should take a minute.
1.3 If you do not have a profile yet, you have to sign up.
1.4 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..
Link the page to the service
2.1 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:
2.2 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:
Congratulations, now you are set and ready to go!
Documentation
Installation
Usage
See Also
Log in or create a new profile and obtain access token
1.1 Log in or create a profile by clicking “Login” at the product’s website or navigating to https://searchplus.pro/customer.
1.2 We require as less details as possible, so filling the registration form should take a minute.
1.3 If you do not have a profile yet, you have to sign up.
1.4 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..
Link the page to the service
2.1 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” crossorigin=”anonymous”></script>
The result should be looking like this:
2.2 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:
Congratulations, now you are set and ready to go!