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 »

Calaméo

Intégration

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

<div class="calameo-canvas" data-id="<votre bk code>"
    width="<votre largeur>" height="<votre hauteur>"></div>

Marqueur originel

A supprimer si installé.

<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

Intégration

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

<div class="dailymotion_player" videoID="<identifiant de votre vidéo>"
    width="<votre largeur>" height="<votre hauteur>" showinfo="<0 ou 1>"
    autoplay="<0 ou 1>" embedType="<video ou playlist>"></div>

Marqueur originel

A supprimer si installé.

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

Prezi

Intégration

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

<div class="prezi-canvas" data-id="<votre identifiant de slide>"
    width="<votre largeur>" height="<votre hauteur>"></div>

Marqueur originel

A supprimer si installé.

<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

Intégration

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

<div class="slideshare-canvas" data-id="<votre identifiant de slide>"
    width="<votre largeur>" height="<votre hauteur>"></div>

Marqueur originel

A supprimer si installé.

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

Vimeo

Intégration

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

<div class="vimeo_player" videoID="<votre identifiant de vidéo>"
    width="<votre largeur>" height="<votre hauteur>"></div>

Marqueur originel

A supprimer si installé.

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

Youtube

Intégration

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

<div class="youtube_player" videoID="<votre identifiant de vidéo>" width="<votre largeur>"
    height="<votre hauteur>" theme="<dark ou light>" rel="<0 ou 1>" controls="<0 ou 1>"
    showinfo="<0 ou 1>" autoplay="<0 ou 1>" mute="<0 ou 1>"></div>

Marqueur originel

A supprimer si installé.

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

Youtube (JS API)

Marqueur originel

A supprimer si installé.

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

Intégration

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

<div class="youtube_player" videoID="<votre identifiant de vidéo>" width="<votre largeur>"
    height="<votre hauteur>" theme="<dark ou light>" rel="<0 ou 1>" controls="<0 ou 1>"
    showinfo="<0 ou 1>" autoplay="<0 ou 1>" mute="<0 ou 1>"></div>

Marqueur originel

A supprimer si installé.

<iframe width="<votre largeur>" height="<votre hauteur>"
    src="//www.youtube.com/embed/<votre identifiant de playlist>"
    frameborder="0" allowfullscreen></iframe>

  • No labels