plugin-icon

Easy Video Player

Easy Video Player è un player video per WordPress che ti consente di inserire video nel tuo sito WordPress.
Votazioni
4.2
Ultimo aggiornamento
April 1, 2024
Versione
1.2.2.11
Installazioni attive
30K
Easy Video Player

Easy Video Player is a user-friendly WordPress video plugin to showcase your videos. You can embed both self-hosted videos or videos that are externally hosted using direct links.

Caratteristiche di Easy Video Player

  • Embed MP4 video into your website
  • Inserisci video responsive per una migliore esperienza degli utenti che li visualizzano su dispositivi mobili
  • Embed HTML5 video which are compatible with major browsers
  • Inserisci video con immagini di copertina
  • Embed video with autoplay if the device and browser support it
  • Inserisci video in loop
  • Inserisci video con la modalità silenziosa attiva
  • Customize the video player using classes
  • Embed video using MediaElement player

Easy Video Player Add-ons

Guida all’uso di Easy Video Player

Embedding a Video in the Classic Editor

Settaggi

Settare il plugin è facile. Una volta che hai installato il plugin naviga nella sezione Impostazioni: qui potrai configurare tutte le opzioni. Probabilmente avrai bisogno di abilitare la voce ” Abilita jQuery”. Questa opzione consente al plugin di usare la libreria jQuery.

Shortcode per i video

Now it’s time to finally embed a video shortcode. To do this create a new post/page and use the following shortcode:

[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4"]

Here, url is a shortcode parameter that you need to replace with the actual URL of the video file.

Riproduzione automatica

If you want a particular video to start playing when the page loads, you can set the “autoplay” option to “true”:

[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" autoplay="true"]

Grandezza del quadro

By default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it:

[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" width="640"]

The height will be automatically determined based on the ratio (please see the “Control Player Ratio section” for details).

Control Player Ratio

You can override the default aspect ratio by specifying a different one in the shortcode:

[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" ratio="16:9"]

If the player does not support your specified aspect ratio it will load the default.

Video Loop

If you want a particular video to start playing again when it ends, you can set the “loop” option to “true”:

[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" loop="true"]

Video Player Template

Se vuoi usare un template differente puoi specificarlo nel parametro “template”:

[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" template="mediaelement"]

By default, the mediaelement template only loads the “metadata” of a video when the page loads. You can set it to “auto” or “none” with the preload parameter in the shortcode.

[evp_embed_video url="https://example.com/wp-content/uploads/videos/myvid.mp4" preload="auto" template="mediaelement"]

For detailed documentation please visit the WordPress video plugin page

Traduzione multilingua per plugin

Se non parli inglese per favore aiutaci a tradurre Easy Video Player nella tua lingua.

Gratuitosul piano Creator
Installazioni attive
30K
Testato fino alla versione
6.5.4
Questo plugin è disponibile per il download da usare sulla tua installazione WordPress ospitata personalmente.