설명
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.
스크린샷




FAQ
- 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' );
후기
2016년 9월 3일
Very easy to use.
Yes I recommend this plugin.
2016년 9월 3일
I’ve downloaded this plugin and use it with of wordpress 4.4, it’s going well in my theme. good job wpdigger
2016년 9월 3일
I appreciate this awesome plugin. Nice work wpdigger.
기여자 & 개발자
자국어로 “WP Dailymotion Video Fetcher”(을)를 번역하세요.
개발에 관심이 있으십니까?
변경이력
1
- First version of the plugin
