-
Add the following script tag to your page and replace the placeholders apikey, and language with your own data which you have received from our support team. Please see the notes below for possible values of the placeholders.
<script src="https://lema.raisenow.com/widgets/lema/{apikey}/js/dds-init-widget-{language}.js" type="text/javascript"></script>
Notes for placeholder values:
You will get the apikey from our support. The apikey for our demo widget is ‘1234567890’. Language value is a two-character ISO 639-1 code, e.g. ‘de’ (for our demo widget use language ‘de’).
-
Currently, a DOM element has to be added to identify the location of the widget on your page. Please make sure that the DOM element has the class attribute ‘dds-widget-container’. The example below uses a
<div/>
DOM element as the widget container.<div class="dds-widget-container"></div>
-
Publish the page, open a browser, and check if the widget is rendered correctly
Comments
0 comments
Please sign in to leave a comment.