Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / modules / media_youtube @ 87dbc3bf

Nom Taille Révision Âge Auteur Commentaire
  includes f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
  js f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
  themes f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
CHANGELOG.txt 1,93 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
LICENSE.txt 17,7 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
README.txt 3,47 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
media_youtube.info 458 octets f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
media_youtube.install 3,65 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7
media_youtube.module 11,3 ko f7a2490e environ 10 ans Assos Assos git mv htmltest drupal7

Dernières révisions

# Date Auteur Commentaire
f7a2490e 13/02/2014 15:56 Assos Assos

git mv htmltest drupal7

Voir les révisions

README


Media: YouTube

Media: YouTube integrates with the Media module to make YouTube videos
available as file entities. Users can insert YouTube videos with file fields
or directly into into WYSIWYG text areas with the Media module insert button.

File fields

  • Add a new "file" type field to your content type or entity. Choose the widget type "Multimedia browser". You can also select an existing file field.
  • While setting up the field (or after selecting "edit" on an existing field)
    enable:

    • Enabled browser plugins: "Web"
    • Allowed remote media types: "Video"
    • Allowed URI schemes: "youtube:// (YouTube videos)"
  • On "Manage display" for the file field's content or entity type, choose
    "Rendered file" and a view mode.

  • Set up YouTube video formatter options for each view mode in Structure ->
    File types -> Manage file display. This is where you can choose size, autoplay,
    appearance, and special JS API integration options.

  • When using the file field while creating or editing content, paste a YouTube
    video url into the Web tab.

ProTip: You can use multiple providers (e.g., Media: YouTube and Media: Vimeo)
on the same file field.

WYSIWYG inserts

  • Enable the Media module "Media insert" button on your WYSIWYG profile.
  • Enable "Convert Media tags to markup" filter in the appropriate text formats.
  • Configure any desired settings in Configuration -> Media -> "Media browser settings"
  • Set up YouTube video formatter options in Structure -> File types -> Manage
    file display. Note: for any view mode that will be used in a WYSIWYG,
    enable both the YouTube video and preview image formatter. Arrange the Video
    formatter on top. This allows the video to be used when the content is viewed,
    and the preview when the content is being edited.

  • When editing a text area with your WYSIWYG, click the "Media insert" button,
    and paste a YouTube video url into the Web tab of the media browser.

Upgrading from 7.x-1.x or 7.x-2.0-alpha-2 to 7.x-2.0

There are some important changes between the older recommended versions of
Media: YouTube and the new stable release that may require manual updating.

  • 2.0 uses the YouTube iframe embed with the currently supported player
    parameters. If you were relying on parameters that no longer work with
    the iframe player, you may see some minor differences in player appearance.
    Please review your formatter settings after you update.

  • The markup for the player embed has changed. The 2.0 and 2.x-dev versions
    use simplified and updated markup that integrates better with responsive
    video techniques. There is a tpl provided at /includes/themes/media-youtube-
    video.legacy-example.tpl.php that duplicates the old markup. To use it, copy
    it to your theme folder and rename it to media-youtube-video.tpl.php. It is
    recommended that you revise any css or javascript that requires the old
    markup and then delete the legacy markup tpl file.

Further Reading

Formats disponibles : Atom