To check that the code is correctly installed on the website, you should change the following line in the link output code (which you insert on each page of the website)
<?php
$sape = new SAPE_client();
?>
to the line
<?php
$o = array();
$o['force_show_code'] = true;
$sape = new SAPE_client($o);
?>
If the code is installed correctly, you will see a commented number or the line <!--check code--> in the code of the page, where you want to place links from Sape.
If the commented number or <!--check code--> line does not appear in the page code, then the code is not installed correctly.