વર્ણન
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' );
સમીક્ષાઓ
ફાળો આપનાર & ડેવલપર્સ
“WP Dailymotion Video Fetcher” ને તમારી ભાષામાં અનુવાદ કરો.
વિકાસમાં રસ ધરાવો છો?
કોડ બ્રાઉઝ કરો, જોવોઅસ્વીએન રેપોઝિટરીમાંથી,અથવા સબ્સ્ક્રાઇબ કરોડેવલપમેન્ટ દ્વારાઆરઅસઅસ.
ચેન્જલૉગ
1
- First version of the plugin
