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.

توسط wpdigger
اگر با مشکلی مواجه شدهاید،
لطفاً آن را با جزئیات برای ما ارسال کنید.
🔒 برای ثبت گزارش خرابی باید وارد سایت شوید.
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.
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' );
قیمت:
رایگان
نگارش
آخرین انتشار
2 خرداد 1405
آخرین بروزرسانی
1 ماه پیش
نصب های فعال
10+
نگارش وردپرس
وردپرس 3.5+
تست شده از نسخه
وردپرس 4.4.34
نگارش PHP
-
تگ ها
نسخه ها
0 نسخه