Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
maxLevel1

Arte.tv

backoffice version 3.0+

Intégration

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

...

Code Block
<iframe style="transition-duration: 0; transition-property: no; margin: 0 auto; position: relative; display: block; background-color: #000000;"
    src="https://www.arte.tv/player/v5/index.php?json_url=<votre JSON de vidéo>"
    width="<votre largeur>" height="<votre hauteur>" frameborder="0" scrolling="no"
    allowfullscreen="allowfullscreen"></iframe>

Ausha

backoffice version 2.18+

Intégration

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

...

Code Block
<iframe frameborder="0" loading="lazy" id="ausha-Zhaw" height="<votre hauteur>"
    style="border: none; width:100%; height:220px"
    src="https://player.ausha.co/index.html?podcastId=<votre identifiant de podcast>&v=3&playerId=<votre identifiant de player>"></iframe>
<script src="https://player.ausha.co/ausha-player.js"></script>

Calaméo

backoffice version 2.18+

Intégration

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

...

Code Block
<iframe src="//v.calameo.com/?bkcode=<votre bk code>" width="<votre largeur>" height="<votre hauteur>"
    frameborder="0" scrolling="no" allowtransparency allowfullscreen style="margin:0 auto;"></iframe>

Dailymotion

backoffice version 2.18+

Intégration

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

...

Code Block
<iframe width="<votre largeur>" height="<votre hauteur>"
    src="//www.dailymotion.com/embed/video/video_id" frameborder="0" allowfullscreen></iframe>

Deezer

backoffice version 3.0+

Intégration

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

...

Code Block
<iframe src="//widget.deezer.com/widget/<auto, dark ou light>/<album, track ou playlist>/<votre identifiant>"
    width="<votre largeur>" height="<votre hauteur>" frameborder="0" allowfullscreen></iframe>

podCloud

backoffice version 3.0+

Intégration

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

...

Code Block
<iframe allowtransparency="true" scrolling="auto" src="<votre url>"
    style="width:<votre largeur>;height:<votre hauteur>;border:none;"></iframe>

Prezi

backoffice version 2.18+

Intégration

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

...

Code Block
<iframe src="https://prezi.com/embed/<votre identifiant de slide>/?bgcolor=ffffff&amp;lock_to_path=1&amp;autoplay=0&amp;autohide_ctrls=0"
    allowfullscreen="" mozallowfullscreen="" webkitallowfullscreen="" frameborder="0"
    height="<votre hauteur>" width="<votre largeur>"></iframe>

SlideShare

backoffice version 2.18+

Intégration

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

...

Code Block
<iframe src="//www.slideshare.net/slideshow/embed_code/<votre identifiant de slide>"
    width="<votre largeur>" height="<votre hauteur>" frameborder="0" marginwidth="0" marginheight="0"
    style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;"
    scrolling="no" allowfullscreen></iframe>

SoundCloud

backoffice version 2.18+

Intégration

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

...

Code Block
<iframe width="100%" scrolling="no" frameborder="no" autoplay="<true ou false>"
    src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/<playlists ou sets>/track_or_playlist_id&hide_related=<true ou false>&color=<votre couleur>&auto_play=<true ou false>&show_comments=<true ou false>&hide_related=<true ou false>&show_user=<true ou false>&show_reposts=<true ou false>&show_teaser=<true ou false>&visual=<true ou false>&artwork=<true ou false>"></iframe>

Spotify

backoffice version 3.0+

Intégration

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

...

Code Block
<iframe src="//open.spotify.com/embed/<votre identifiant>"
    width="<votre largeur>" height="<votre hauteur>" frameborder="0" allowfullscreen></iframe>

Vimeo

backoffice version 2.18+

Intégration

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

...

Code Block
<iframe width="<votre largeur>" height="<votre hauteur>"
    src="//player.vimeo.com/video/<votre identifiant de vidéo>"
    frameborder="0" allowfullscreen></iframe>

Youtube

backoffice version 2.18+

Intégration

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

...

Code Block
<iframe width="<votre largeur>" height="<votre hauteur>"
    src="//www.youtube.com/embed/<votre identifiant de vidéo>"
    frameborder="0" allowfullscreen></iframe>

Youtube (JS API)

backoffice version 2.18+

Marqueur originel

A supprimer si installé.

Code Block
<script>
    (function(){
        var s = document.createElement("script");
        s.src = "https://www.youtube.com/player_api";
        var before = document.getElementsByTagName("script")[0];
        before.parentNode.insertBefore(s, before);
    })();
</script>

Youtube (playlist)

backoffice version 2.18+

Intégration

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

...