Installation
Installation procedure assumes that you are registered and signed in. It includes adding some javascript code and recommendations container to your pages, and writing a server-side script that handles the AJAX request. So let's check it step by step.
- After clicking Create new account link on accounts page you specify the target hostname (e.g. mywebshop.com) and give some name to your account.
- Insert javascript code on all of the pages you would like to track. In the time of dynamic webpages this usually means adding roughly 10 lines to a single file.
- On the same pages create a place where recommendations are stored. It is an HTML element, e.g.,
<div>. Fit your design needs with styles. - Choose one or write custom PHP/Python/Ruby/.NET/other server-side script that will handle the fetching and inserting of the recommendations.
Share









