Skip to content

Adding integrated service EN

Nicolas edited this page Oct 8, 2020 · 1 revision

Add an integrated service to tarteaucitron

To add a service already integrated with tarteaucitron, go to this link, click on : Free manual installation -> Next step, and search for the desired service.

Once the service is found, click on "Install" and follow the steps indicated, and that's it! your service will be active :)

Note :

For each service, you will be told that you must add code specific to tarteaucitron, example for google fonts:

<script type="text/javascript">
   tarteaucitron.user.googleFonts = 'families';
   (tarteaucitron.job = tarteaucitron.job || []).push('googlefonts');
</script>

For the sake of clarity, if you have created a file to do the initialization of tarteaucitron (tarteaucitronInit.js), then I recommend that you put this code afterwards to avoid lengthy scripts in the HTML.

If the service you want to use is not present in the default services then I invite you to follow this link for some find out more about creating a personalized service


Previous page - Next page