Descripción
- Requires Bootstrap 3.2 or later
- This responsive widget resizes with its container
- With the Video widget in WordPress 4.8 and later, this widget is less necessary for videos
- Though this widget still works with videos, the Video widget displays well in many Bootstrap themes
- But this widget also supports embeds like SlideShare, Speaker Deck, Spotify, and SoundCloud
Instalación
- Upload the adapter-responsive-video directory to your wp-content/plugins/ directory.
- In the “Plugins” menu, find “Adapter Responsive Video,” and click “Activate.”
- Add an “Adapter Video” widget by going to the admin menu and clicking “Appearance” > “Widgets.”
- Type the url of the video or embed, like YouTube or Spotify.
Preguntas frecuentes
-
What does this require?
-
Bootstrap 3.2 or later
Reseñas
No hay reseñas para este plugin.
Colaboradores y desarrolladores
“Adapter Responsive Video” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce “Adapter Responsive Video” a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .
Registro de cambios
1.1
- Improve support for non-video embeds by rendering the entire
<iframe>
. See #9. - Refactor the main plugin file and add PHPUnit tests. See #7.
- Set up wp-dev-lib with configuration files. See #3.
- Add PHPUnit tests, for 100% coverage of methods and functions. See #2.
1.0.1
- Security improvements, including securing widget output.
1.0.0
- First version