Tuesday, October 10, 2023

Open Dailymotion links directly inside their app

Standard

Dailymotion Supports URI Scheme

Dailymotion is a widely-used video-sharing platform offering a vast array of content to its users. It provides support for various multimedia file formats, including audio and video, as well as streaming protocols...
The "dailymotion://" URI scheme is utilized to open video files or streams directly within the Dailymotion app.

(Tested on mobile and SmartTV),
Here are some example URLs that would work and open directly in the Dailymotion App:

  • - To view a specific video:
    dailymotion://video/{video_id}
  • - To explore a topic:
    dailymotion://topic/{topic_id}
  • - To access a channel:
    dailymotion://channel/{channel_id}
  • - To play a playlist:
    dailymotion://playlist/{playlist_id}
  • - To perform a search:
    dailymotion://search?q={search_query}
  • - To visit a user profile:
    dailymotion://user/{user_id}
  • - To go to the home page:
    dailymotion://home

* Replace {video_id}, {topic_id}, {channel_id}, {playlist_id}, {search_query}, and {user_id} with actual identifiers from dailymotion website.

0 comments: