Aquesta extensió no s’ha provat en les darreres 3 versions majors del WordPress. Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat quan s’usa en versions recents del WordPress.

WP Dailymotion Video Fetcher

Descripció

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.

Captures

PMF

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

Ressenyes

3 de setembre de 2016
I’ve downloaded this plugin and use it with of wordpress 4.4, it’s going well in my theme. good job wpdigger
Llegiu totes les 3 ressenyes

Col·laboradors i desenvolupadors

«WP Dailymotion Video Fetcher» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.

Col·laboradors

Registre de canvis

1

  • First version of the plugin