Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Clé d’API : chaîne de caractères, clé fournie par le service.

Intégration

Balise Balises à intégrer dans le site, à l’endroit où le service doit s’afficher.

...

Code Block
<div class="googlemaps-canvas" zoom="<votre zoom>" latitude="<votre latitude>"
    longitude="<votre longitude>" style="width: <votre largeur>px; height: <votre hauteur>px;"></div>
<script>
    tarteaucitron.user.mapscallback = '<votre fonction de callback> (facultatif)';
    tarteaucitron.user.googlemapsLibraries = '<vos librairies (facultatif)>';
</script>

Marqueur originel

A supprimer si installé.

...

Code Block
<script>
    (function(w,d,s,l,i){
        w[l]=w[l]||[];
        w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});
        var f=d.getElementsByTagName(s)[0],j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';
        j.async=true;
        j.src='//www.googletagmanager.com/gtm.js?id='+i+dl;
        f.parentNode.insertBefore(j,f);
    })(window,document,'script','dataLayer','<votre identifiant>');
</script>

HelloAsso

Intégration

Balise à intégrer dans le site, à l’endroit où le service doit s’afficher.

Code Block
<div class="tac_helloasso" data-url="<votre url>" width="<votre largeur>" height="<votre hauteur>"></div>

Marqueur originel

A supprimer si installé.

Code Block
<iframe id="haWidget" allowtransparency="true" scrolling="auto" src="<votre url>"
    style="width:<votre largeur>;height:<votre hauteur>;border:none;"
    onload="window.scroll(0, this.offsetTop)"></iframe>

OneSignal

Paramètres

Identifiant : chaîne de caractères, identifiant fourni par le service.

Marqueur originel

A supprimer si installé.

Code Block
<script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" type="text/javascript"></script>
<script>
    var OneSignal = window.OneSignal || [];
    OneSignal.push(function() {
        OneSignal.init({
            appId: "<votre identifiant>",
        });
    });
</script>

Pingdom

Paramètres

Identifiant : chaîne de caractères, identifiant fourni par le service.

Marqueur originel

A supprimer si installé.

Code Block
<script>
    var _prum = [['id', '<votre identifiant>'], ['mark', 'firstbyte', (new Date()).getTime()]];
    (function() {
        var s = document.getElementsByTagName('script')[0] , p = document.createElement('script');
        p.async = 'async';
        p.src = '//rum-static.pingdom.net/prum.min.js';
        s.parentNode.insertBefore(p, s);
    })();
</script>

reCAPTCHA

Paramètres

Clé d’API : chaîne de caractères, clé fournie par le service.

Intégration

Balise à intégrer dans le site, à l’endroit où le service doit s’afficher.

...

Code Block
<div class="g-recaptcha" data-sitekey="<votre identifiant de site>"></div>

Marqueur originel

A supprimer si installé.

Code Block
<script src='https://www.google.com/recaptcha/api.js?render=<votre clé d'API>'></script>

Stonly

Paramètres

Identifiant : chaîne de caractères, identifiant fourni par le service.

Marqueur originel

A supprimer si installé.

Code Block
<script>
    var STONLY_WID = "<votre identifiant>";
    !function(s,t,o,n,l,y,w,g){s.StonlyWidget||((w=s.StonlyWidget=function(){
    w._api?w._api.apply(w,arguments):w.queue.push(arguments)}).queue=[],(y=t.createElement(o)).async=!0,
    (g=new XMLHttpRequest).open("GET",n+"version?v="+Date.now(),!0),g.onreadystatechange=function(){
    4===g.readyState&&(y.src=n+"stonly-widget.js?v="+(200===g.status?g.responseText:Date.now()),
    (l=t.getElementsByTagName(o)[0]).parentNode.insertBefore(y,l))},g.send())
    }(window,document,"script","https://stonly.com/js/widget/v2/");
</script>

TagCommander

Paramètres

Identifiant : chaîne de caractères, identifiant fourni par le service.

Marqueur originel

A supprimer si installé.

Code Block
<script type="text/javascript" src="https://cdn.tagcommander.com/tagcommanderid.js"></script>

Timeline JS

Intégration

Balise à intégrer dans le site, à l’endroit où le service doit s’afficher.

...

Code Block
<div class="timelinejs-canvas" spreadsheet_id="<votre identifiant de source>"
    width="<votre largeur>" height="<votre hauteur>" lang="<votre langue>"
    font="<Bevan-PotanoSans ou Georgia-Helvetica ou Arvo-PTSans>" map="<toner ou osm>"
    start_at_end="<true ou false>" hash_bookmark="<true ou false>"
    start_at_slide="<votre numéro de slide de début>" start_zoom="<entre 0 et 5)"></div>

Marqueur originel

A supprimer si installé.

Code Block
<iframe src="//cdn.knightlab.com/libs/timeline/latest/embed/index.html?source=<votre identifiant de source>&font=<votre police>&maptype=<toner ou osm>&lang=<votre langue>&start_at_end=<true ou false>&hash_bookmark=<true ou false>&start_at_slide=<votre numéro de slide de début>&start_zoom_adjust=<entre 0 et 5>&height=<votre hauteur>"
    width="<votre largeur>" height="<votre hauteur>" frameborder="0"></iframe>

...

Aucune action particulière à effectuer.

Typekit (adobe)

Paramètres

Identifiant : chaîne de caractères, identifiant fourni par le service.

Marqueur originel

A supprimer si installé.

Code Block
<script type="text/javascript" src="//use.typekit.net/<votre identifiant>.js"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

...