Better Core Video Embeds

Descrizione

This plugin provides page optimisations for pages and posts which have embedded Youtube, Vimeo or Daily Motion videos which have been added using the core embed block.

Without this plugin, when using the core embed block, when your page loads, lots of external scripts and styles are loaded from the embed service, regardless of whether a visitor actually interacts with the embedded video.

This plugin prevents these scripts and styles from loading until the user actually interacts with the video. It does this by replacing the video embed, on page load with the video thumbnail image (added on Youtube, Vimeo or Daily Motion). When a user clicks the thumbnail the embedded video, along with associated scripts and styles are loaded.

Screenshot

  • Example of an embedded Youtube video in a post when using Better Core Embeds

Installazione

  1. Log into WordPress
  2. Go to Plugins, Add New
  3. Search for Better Core Video Embeds
  4. Click Install Now, then Activate
  5. Embed a Youtube and Vimeo videos into your posts as you would normally using an embed block, or just pasting the video URL into the editor.

FAQ

What does the plugin actually do?

It filters the embed block output to prevent Youtube and Vimeo scripts be loaded on the page until a users clicks to watch a video. It does this my replacing the normal embed markup with a video thumbnail image. When the user clicks on the image, the embedded video is called.

What happens to my videos if I stop using this plugin?

The plugin provides progressive enhancement, therefore if you no longer use this plugin, your embedded videos will revert back to the default WordPress behaviour.

Can I set a custom thumbnail, rather than the embed thumbnail?

Yes! As of version 1.3, you can set a custom thumbnail on the embed block and this will be used as the video thumbnail or poster image on the front end of the site.

Recensioni

10 Gennaio 2024
This is a brilliant plugin that does what it does perfectly with no fuss or muss. If you embed any videos on your site, this is a must.
16 Novembre 2023
I've used this since I first became aware of it and it does everything it should really well. Support is prompt also. Very happy.
27 Febbraio 2023
This is an example of an excellent plugin. Just activate and get immediate enhancement when using the embed blocks from WordPress. If deactivated, everything still works as before, but then without the enhancement. No "lock in":
8 Gennaio 2023 2 risposte
Been struggling with the no-cookie YouTube videos for my blogs with 2000+ posts since last summer bc of GDPR and other privacy concerns.This plugin solves everything in 1 quick install: replaces videos by an image (better loading times), adds no-cookie YT to oEmbeds. My problem's solved! THX.
2 Dicembre 2022 1 risposta
The plugin does exactly what it says it does and works wonderfully. Rather than reinventing the wheel or requiring another block with duplicate functionality, it simply enhances the core block to make it better. It's a pattern I hope other block developers follow in the future.
Leggi tutte le recensioni di 6

Contributi e sviluppo

“Better Core Video Embeds” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Better Core Video Embeds” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “Better Core Video Embeds” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.3.3 (21/03/2024)

  • Ensure (previously) live video URLs from Youtube embed correctly. Thanks for @bacoords for the development on this.

1.3.2 (19/03/2024)

  • Use regex instead of the domDocument for grabbing a video caption.

1.3.1 (18/03/2024)

  • Added a fix which ensures special characters in video captions are outputted correctly.

1.3 (14/12/2023)

  • Add support for custom thumbnail or poster images for videos. These are upload in the block inspector.
  • Caption no longer added with JS which improves developer options.
  • Improved play button styling as well as making it an HTML button with an aria label for better accessibility.

1.2 (07/12/2023)

  • Add a name for the wrapper CSS filter which was missing.
  • JS and CSS target using different classes.

1.1.4 (22/02/2023)

  • Load the CSS and JS on all pages. Fixes problems when post content is output on templates such as archives. Found when using full site editing and the query block.

1.1.3 (21/01/2023)

  • Ensure the plugin works on videos embedded from the www or no www version of a domain e.g. www.youtube.com and youtube.com.
  • Output an alt attribute on the video thumbnail image.
  • Correct the name of the Daily Motion thumbnail output filter.

1.1.2 (18/01/2023)

  • Allow HTML allowed in a caption to be used with videos. Previously HTML was stripped from the caption.
  • Ensure that any links added to embed captions are clickable.

1.1.1 (20/12/2022)

  • Fixed a bug where the

<

figcaption> element was removed when the video thumbnail was clicked.

1.1 (29/11/2022)

  • Updated a bug where the CSS was not loading for some users.
  • Added support for Daily Motion videos
  • Enqueued the stylesheet using the standard wp_enqueue_style function rather than using print styles
  • Improved the way the thumbnail markup is output, making this more extensible and easier for developers to modify
  • Added support for the embed caption to show beneath the thumbnail image
  • Adds the embed provider slug as a class on the thumbnail wrapper

1.0 (23/11/2022)

  • Initial plugin launch added to the WP.org repository.