WPvideo

NUEVA VERSION 1.10 (CAMBIOS) – NEW VERSION 1.10 (CHANGES)

This page in English


WPvideo es un plugin para WordPress que te permite insertar videos flash en tus propios posts de manera fácil, y además le facilita al visitante la descarga del video mediante DownThisVideo!.

Es tan sencillo como poner en el cuerpo de tu post algo así:

<video>http://www.youtube.com/watch?v=hyB4gbsSdYQ</video>

o también:

[video]http://www.youtube.com/watch?v=hyB4gbsSdYQ[/video]

Y el plugin ya se encargará de poner el código HTML necesario para que se integre el video dentro de tu post.

Captura:

Captura de WPvideo

Nuevo en esta versión:

  • Soporte de Metacafe.
  • Puede mostrar la descripción del video.
  • La información del video se puede mostrar arriba o abajo.
  • Se arreglan los problemas con los hostings que daban este error: «URL file-access is disabled in the server configuration».
  • Los estilos CSS se incluyen en el plugin. No hay que editar el fichero style.css. No soy diseñador web. Eres libre de editar wpvideo.php y cambiar los estilos.
  • Varios errores menores arreglados.

DESCARGAR WPVIDEO (versión 1.10)

Instalación

La instalación es sencilla. Sólo hay que seguir estos pasos:

  1. Descomprimir el fichero que te acabas de bajar.
  2. Meter el fichero wpvideo.php dentro del directorio wp-content/plugins.
  3. Ve al panel de administración de tu WordPress y activa el plugin.
  4. Opciones -> WPvideo para personalizar y poner opciones por defecto.
  5. ¡Y ya está!.

Uso:

Crea un nuevo post como siempre y escribe lo que quieras. Donde quieras insertar un video, escribe algo como esto:

<video>http://www.youtube.com/watch?v=4cSRpu7bI04</video>

Puedes ponerle opciones, como por ejemplo:

download = «yes» -> Pone el enlace de descarga.
title = «yes» -> Muestra el título del video.
description = «yes» -> Muestra la descripción del video.
author = «yes» -> Muestra el autor del video.
date = «yes» -> Muestra la fecha del video.
duration = «yes» -> Muestra la duración del video.
rating = «yes» -> Muestra el ratio de Metacafe.
views = «yes» -> Muestra las veces que se ha visto el video (Metacafe).

Estas opciones se pueden dejar por defecto a «yes» o «no» en las opciones del plugin.

Si por ejemplo, tienes por defecto que muestre el enlace de descarga, pero para un video en concreto quieres desactivarlo, puedes hacer esto:

<video download=»no»>enlace_al_video</video>

Y para ese video en concreto no se mostrará el enlace. Lo mismo para el resto de opciones.

Se acabó. Es simple, ¿no?. :-)

POR HACER:

  • Añadir soporte de más alojamientos de videos.
  • Lo que me propongais…

Agradecimientos

Me gustaría agradecer a los autores de estos plugins, porque he usado parte de su código.

También a:

Si tienes sugerencias, parches o algún comentario, puedes acudir a los foros o ponerte en contacto conmigo.

In (MY BAD) English…

WPvideo is a plugin for WordPress that allow you to insert flash videos in your own post in an easy way, and let users download the video using DownThisVideo!.

It’s so easy like write this in your post:

<video>http://www.youtube.com/watch?v=hyB4gbsSdYQ</video>

or

[video]http://www.youtube.com/watch?v=hyB4gbsSdYQ[/video]

And let the plugin make the job for you… It insert HTML to embed flash video into your post.

Screenshot:

WPvideo Screenshot

Last version changes:

  • Metacafe support.
  • Description of the video can be showed.
  • Video information can be placed at top or bottom.
  • Fixed problems with hosting that report this error: «URL file-access is disabled in the server configuration».
  • CSS Styles included into source. You don’t have to edit sytle.css. I’m not web designer. You are free of edit wpvideo.css and change CSS styles to you likes.
  • Bugfixes.

DOWNLOAD WPVIDEO (version 1.10)

Installation

It’s easy. You only must follow these steps:

  1. Uncompress downloaded archive.
  2. Put file wpvideo.php into wp-content/plugins directory of your WordPress installation.
  3. Now, go to WordPress Dashboard and active WPvideo plugin.
  4. Dashboard -> Options -> Video to set default options.
  5. Done!. That’s all! ;)

Usage:

Create a new post and write what you want. Where you want to insert a video, write somethinglike this:

<video>http://www.youtube.com/watch?v=4cSRpu7bI04</video>

You can set options, like this:

download = «yes» -> Show download link.
title = «yes» -> Show video title.
description = «yes» -> Show video description.
author = «yes» -> Show video author.
date = «yes» -> Show video date.
duration = «yes» -> Show video duration.
rating = «yes» -> Show Metacafe rating.
views = «yes» -> Show Metacafe views.

You can set this options by default to «yes» or «no» in plugin’s options page.

If you have set that it show download link by default, but you don’t want it in one video, you can do something like this:

<video download=»no»>link_to_video</video>

And download link will not be shown in this video. The same for the other options.

Simple… doesn’t it? ;)

TO DO:

  • Support more Video services
  • What you suggest me …

Greetings

I would like to give thanks to this plugins authors, because I use part of his code.

Special greetings to:

If you have suggestions, patches or comments, you can join forums or contact me.

1 comentario en “WPvideo

  1. Pingback: SKaRCHa — Lanzado WPvideo, mi primer plugin para WordPress

Los comentarios están cerrados.