c# - How to set custom thumbnail for video upload with dailymotion api -


how set custom thumbnail video upload dailymotion api. i'm using https://github.com/cbenard/sodailymotionupload/tree/master/so%20dailymotion%20upload , works else can't able find way add custom thumbnail. appreciated.

it's field "thumbnail_url".

for exemple in php :

    $result = $api->call('video.create',                       array(                          'url' => $url,                           'title' => 'my awesome video',                           'channel' => 'fun',                          'thumbnail_url' => 'http://www.website.com/thumb.png',                          'description' => 'my awesome description',                           'tags' => 'test,tags',                           'published' => true                      )); 

Comments

Popular posts from this blog

css - SVG using textPath a symbol not rendering in Firefox -

Java 8 + Maven Javadoc plugin: Error fetching URL -

order - Notification for user in user account opencart -