Descripción
Add widget to display any dailymotion user videos. Just set Dailymotion’s username and choose the number of videos you’d like to display and set other layout options.
Capturas




Preguntas frecuentes
- Can it be customisable ?
Yes there are somes filters that can help you get the output that you want :
the wst_dailymotion_fields filter, that let you filter the video fields to get from dailymotion. Possible fields can be found here : https://developer.dailymotion.com/documentation#video-fields
Example :
function wst_dailymotion_fields( $fields ){ array_push($fields, 'duration_formatted'); return $fields; } add_filter( 'wst_dailymotion_fields', 'wst_dailymotion_fields' );
Reseñas
Colaboradores y desarrolladores
“WP Dailymotion Video Fetcher” es un software de código abierto. Las siguientes personas han colaborado con este plugin.
ColaboradoresTraduce “WP Dailymotion Video Fetcher” a tu idioma.
¿Interesado en el desarrollo?
Revise el código , eche un vistazo al repositorio SVN , o suscríbase al log de desarrollo por RSS .
Registro de cambios
1
- First version of the plugin
