Este plugin non se actualizou en máis de 2 anos. É posible que xa non sexa compatible ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con novas versións de WordPress.

WP Dailymotion Video Fetcher

Descrició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

  • Customizer view of the widget
  • How the widget displays with the theme TwentySixteen
  • How the widget displays with customization with the theme TwentySixteen
  • How the video popup show

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' );

Comentarios

3 de Setembro, 2016
I’ve downloaded this plugin and use it with of wordpress 4.4, it’s going well in my theme. good job wpdigger
3 de Setembro, 2016
I appreciate this awesome plugin. Nice work wpdigger.
Ler todas as 3 opinións

Colaboradores e desenvolvedores

“WP Dailymotion Video Fetcher” é un software de código aberto. As seguintes persoas colaboraron con este plugin.

Colaboradores

Traduce “WP Dailymotion Video Fetcher” ao teu idioma.

Interesado no desenvolvemento?

Revisa o código, bota unha ollada aorepositorio SVN, ou subscríbete ao log de desenvolvemento por RSS.

Rexistro de cambios

1

  • First version of the plugin