Цей плагін не перевірявся з останніми 3-ма основними випусками WordPress. Можливо, він більше не може розроблятися або підтримуватися, і він може мати проблеми сумісності при використанні з більш новими версіями WordPress.

Responsive video embed

Опис

Responsive video embed plugin is a lightweight and simple video embedding plugin that will create responsive video embeds to your site.

It is possible to create responsive video embed by:

1) Simply copy pasting embed video URL into editor

2) Using a shortcode manually

[rve src=”embed video url” ratio=”video aspect ratio”]

src = URL of the embedded video

ratio = either ’16by9′ / ‘4by3′ / ’21by9’ / ‘1by1’ (optional), 16by9 is by default

3) Using the shortcode automatically by clicking on Embed video button and typing in video embed URL and selecting aspect ratio.

Встановлення

  1. Download the plugin. Activate via Plugin-settings.
  2. Use the plugin as descripbed in the description.

Часті питання

Nothing here yet.

Відгуки

27.04.2025
This plugin might hide other custom classic editor buttons, (e.g. from Prismatic) or your own. I’ve implemented a custom button, and it didn’t show until I disabled this plugin. Furthermore, it generates some warnings in logs like: [27-Apr-2025 16:28:47 UTC] PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in C:\xampp\htdocs\<website>\wp-content\plugins\responsive-video-embed\wrve.php on line 80 Aside from that, it’s a solid plugin – does exactly what it promises, simple and lightweight. It would be nice if developer will update it.
Прочитати всі 5 відгуків

Учасники та розробники

“Responsive video embed” — проект з відкритим вихідним кодом. В розвиток плагіну внесли свій вклад наступні учасники:

Учасники

Перекладіть “Responsive video embed” на вашу мову.

Цікавитесь розробкою?

Перегляньте код, перегляньте сховище SVN або підпишіться на журнал розробки за допомогою RSS.

Журнал змін

0.5.1

  • Escape shortcode attributes

0.5

  • Add translations support
  • Add Finnish as first translation
  • Modify function names

0.4.1

  • Create specific naming for css (fix the possible errors with Bootstrap 3 sites)

0.4

  • Change to Bootstrap 4 in css
  • Support for additional aspect ratios: 21by9 and 1by1

0.3

  • Support for allowfullscreen

0.2

  • Enable to just paste video URL into content
  • Add Embed video button

0.1

  • First version