وضاحت
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-fieldsExample :
function wst_dailymotion_fields( $fields ){ array_push($fields, 'duration_formatted'); return $fields; } add_filter( 'wst_dailymotion_fields', 'wst_dailymotion_fields' );
جائزا
تعاون ڪندڙ & ڊولپرز
“WP Dailymotion Video Fetcher” اوپن سورس سافٽ ويئر آهي. ھيٺين ماڻھن ھن پلگ ان ۾ حصو ورتو آھي.
تعاون ڪندڙترجمو ڪريو “WP Dailymotion Video Fetcher” توهان جي ٻولي ۾.
ڊولپمينٽ ۾ دلچسپي؟
ڪوڊ براؤز ڪريو، چيڪ ڪريو SVN مخزن، يا رڪنيت حاصل ڪريو ڊولپمينٽ لاگ پاران RSS.
لاگ تبدیل ڪريو
1
- First version of the plugin