Versions Compared

Key

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

...

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>

Marketo munchkin

backoffice version 3.5+

Paramètres

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

Marqueur originel

A supprimer si installé.

Code Block
<script>
    var didInit = false;
    function initMunchkin() {
      if(didInit === false) {
        didInit = true;
        Munchkin.init('marketomunchkinkey');
      }
    }
    var s = document.createElement('script');
    s.type = 'text/javascript';
    s.async = true;
    s.src = '//munchkin.marketo.net/munchkin.js';
    s.onreadystatechange = function() {
      if (this.readyState == 'complete' || this.readyState == 'loaded') {
        initMunchkin();
      }
    };
    s.onload = initMunchkin;
    document.getElementsByTagName('head')[0].appendChild(s);
</script>

OneSignal

backoffice version 3.0+

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

backoffice version 3.0+

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

backoffice version 2.18+

Paramètres

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

...

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

backoffice version 3.0+

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

backoffice version 2.18+

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>

...

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>

...

Typekit (adobe)

backoffice version 2.18+

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>

...