Aide:Mettre des vidéos sur Pl@ntUse

De PlantUse Français
Aller à : navigation, rechercher

Si vous souhaitez insérer une vidéo, veuillez d'abord lire la page d'aide de Wikipedia en français et les pages en anglais Media help et Creation and usage of media files.

Attention à bien vérifier que vous disposez des droits sur ce fichier, et que vous êtes d'accord pour utiliser une licence admise.

Pl@ntUse utilise l'extension VideoFlash pour vous permettre de lier des vidéos à vos contributions.

Cette page est conçue pour vous aider à facilement mettre en place une vidéo dans une page.


Comment ajouter une vidéo sur Pl@ntUse ?

  • Téléversez votre vidéo sur Youtube, vimeo, DailyMotion, ou HTML5.
  • Copiez l'id de votre vidéo
  • Ajoutez-la à votre page grâce aux balises
    <videoflash>
    et
    </videoflash>

Exemples :

Youtube

Original url: http://www.youtube.com/watch?v=3EszBH3cQqI

Wiki code:

<videoflash>3EszBH3cQqI</videoflash>

or (with width and height):

<videoflash>3EszBH3cQqI|200|100</videoflash>

DailyMotion

Original url: http://www.dailymotion.com/video/xi23l_geris-game

Wiki code:

<videoflash type="dailymotion">xi23l</videoflash>

or (with width and height):

<videoflash type="dailymotion">xi23l|640|480</videoflash>

Vimeo

Original url: http://vimeo.com/9394817

Wiki code:

<videoflash type="vimeo">9394817</videoflash>

or (with width and height):

<videoflash type="vimeo">9394817|640|480</videoflash>

Sevenload

Original url: http://en.sevenload.com/videos/Eh4mjir/Bewegungen-der-Natur

Wiki code:

<videoflash type="sevenload">Eh4mjir</videoflash>

or (with width and height):

<videoflash type="sevenload">Eh4mjir|640|480</videoflash>

Revver

Original url: http://one.revver.com/watch/138657

Wiki code:

<videoflash type="revver">138657</videoflash>

or (with width and height):

<videoflash type="revver">138657|640|480</videoflash>

MetaCafe

Original url: http://www.metacafe.com/watch/2387062/pump_it/

Wiki code:

<videoflash type="metacafe" vid="pump_it">2387062</videoflash>

or (with width and height):

<videoflash type="metacafe" vid="pump_it">2387062|640|480</videoflash>

HTML5

by Frank Forte

Adding HTML5 videos (webm, mp4, ovg formats) simply replace the video URL below in your wiki when using videoflash extension.

Wiki code:

<videoflash type="html5" style="width:200px;height:150px;">http://yourwebsite.com/yourvideo.webm</videoflash>