Descripción
Allows the user to embed Vimeo movie clips by entering a shortcode () into the post area. Vimeo’s options regarding the display of meta properties like by-line, title, or the video author’s portrait are supported as short code attributes. We built this plugin as a solution for embedding videos on our site.
Credits
HTML5 embed code contributed by Gabriele Maidecchi. German translation by @talkpress.
Usage
- Enter the
short code into any post.
clip_id
is the number from the clip’s URL (e.g.vimeo.com/12345678
) - Optionally modify the clip’s appearance by specifying width or height, like so:
- Toggle the display of byline, portrait and title like so:
- Using empty values for either the
width
orheight
attributes will cause Lux Vimeo to calculate the proper dimension based on a 16:9 aspect ration. Example:or
Instalación
- Unzip
lux_vimeo.zip
and upload the contained files to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Reseñas
Colaboradores y desarrolladores
«Vimeo Short Code» es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce «Vimeo Short Code» a tu idioma.
¿Interesado en el desarrollo?
Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
Version 1.3
- Bug fixes
- Remove deprecated old embedding method with OBJECTs
- Tested for WP 3.8.1-alpha compatibility
Version 1.2
- Tested for WP 3.7-alpha compatibility
Version 1.1
- Added attributes: byline, title, portrait, html5 (props Gabriele Maidecchi), color
- Fixed bug in dimension calculation.
Version 1.0
Initial release.