Client Configuration ==================== You can configure the client (the JS part) with custom data attributes, preferably in the script tag which embeds the JS: .. code-block:: html Furthermore you can override the automatic title detection inside the embed tag, e.g.: .. code-block:: html
data-isso --------- Isso usually detects the REST API automatically, but when you serve the JS script on a different location, this may fail. Use `data-isso` to override the API location: .. code-block:: html data-isso-css ------------- Set to `false` prevents Isso from automatically appending the stylesheet. Defaults to `true`. .. code-block:: html data-isso-lang -------------- Override useragent's preferred language. Currently available: german (de), english (en) and french (fr). data-isso-reply-to-self ----------------------- Set to `true` when spam guard is configured with `reply-to-self = true`.