Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

ABTasty

Paramètres

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

Marqueur originel

A supprimer si installé.

<script type="text/javascript" src="//try.abtasty.com/<votre identifiant>.js"></script>

ContentSquare

Paramètres

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

Marqueur originel

A supprimer si installé.

<script type="text/javascript">
    (function() {
        var mt = document.createElement("script"); mt.type = "text/javascript"; mt.async = true;
        mt.src = "//t.contentsquare.net/uxa/<votre identifiant>.js";
        document.getElementsByTagName("head")[0].appendChild(mt);
    })();
</script>

Google Fonts

Paramètres

Familles de polices : chaîne de caractères, noms des familles de polices Google que vous souhaitez utiliser.

Marqueur originel

A supprimer si installé.

<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.24/webfont.js"></script>
<script>
  WebFont.load({
    google: {
      families: ['<vos familles de polices']
    }
  });
</script>

Google JS API

Marqueur originel

A supprimer si installé.

<script type="text/javascript" src="//www.google.com/jsapi"></script>

Google Maps

Paramètres

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

Intégration

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

TODO

Marqueur originel

A supprimer si installé.

<script src="https://maps.googleapis.com/maps/api/js?key=<votre clé d'API>" type="text/javascript"></script>
<script type="text/javascript">
    function initialize() {
        var mapOptions = {
            center: { lat: <votre latitude>, lng: <votre longitude>},
            zoom: <votre zoom>
        };
        var map = new google.maps.Map(document.getElementById('map-canvas'),
            mapOptions);
    }
    google.maps.event.addDomListener(window, 'load', initialize);
</script>

Google Maps (recherche)

Intégration

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

<div class="googlemapssearch" data-search="<vos mots-clés>" data-api-key="<votre clé d'API>"
    width="<votre largeur>" height="<votre hauteur>" ></div>

Marqueur originel

A supprimer si installé.

<iframe width="<votre largeur>" height="<votre hauteur>" frameborder="0" style="border:0"
    src="https://www.google.com/maps/embed/v1/place?key=<votre clé d'API>&q=<vos mots-clés>" allowfullscreen></iframe>

Google Tag Manager

Paramètres

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

Marqueur originel

A supprimer si installé.

<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>

Google Tag Manager (multiple)

Paramètres

Liste d’identifiants : chaîne de caractères, identifiants fournis par le service. Séparer les identifiants par des virgules :

GTM-XXXX,GTM-YYYY,GTM-ZZZZ

Marqueur originel

A supprimer si installé.

<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>

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.

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

Marqueur originel

A supprimer si installé.

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

TagCommander

Paramètres

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

Marqueur originel

A supprimer si installé.

<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.

<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é.

<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>

Twitter Widgets API

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é.

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

  • No labels