diff --git a/tarteaucitron.services.js b/tarteaucitron.services.js index 93ff79d..e232ba4 100644 --- a/tarteaucitron.services.js +++ b/tarteaucitron.services.js @@ -81,6 +81,10 @@ tarteaucitron.services.snapchat = { window.snaptr('track', 'PAGE_VIEW'); tarteaucitron.addScript('https://sc-static.net/scevent.min.js'); + + if (typeof tarteaucitron.user.snapchatMore === 'function') { + tarteaucitron.user.snapchatMore(); + } } };