Widget Widget via GTM In your app

Slinger widget via GTM

Please follow these instructions to install the widget on your website.

Instructions

1) Add a new tag in GTM (Google Tag Manager)
2) Select the "Custom HTML" type
3) Paste the following GTM widget script into the HTML text box
4) Choose your desired trigger (e.g., All pages or a specific page)


<script>
var sliScript = document.createElement("script");
sliScript.id = "sli-script";
sliScript.dataset.widget = "35yn5c56";
sliScript.dataset.position = "left";
sliScript.dataset.open = "true";
sliScript.dataset.openMobile = "false";
sliScript.dataset.size = "medium";
sliScript.dataset.language = "auto";
sliScript.src = "https://widget.slinger.to/match.js";
document.getElementsByTagName("head")[0].appendChild(sliScript);
</script>

Widget options

You can add the following option values to the script to customize the widget.

position
Values can be left or right
open
Values can be true or false
openMobile
Values can be true or false
size
Values can be small or medium
language
Values can be auto, en, nl, fr, or de