From 49dc70d85f26848a8e394bc7433531eff93496a5 Mon Sep 17 00:00:00 2001 From: Anders Bjerner Date: Thu, 1 Nov 2018 15:00:15 +0100 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 02d4db1..6feb117 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,21 @@ In a similar way, you need to configure Vimeo so we can fetch information about You can find a list of your existing Vimeo apps [**here**](https://developer.vimeo.com/apps), or create a new app [**here**](https://developer.vimeo.com/apps/new). Once you have created an app, click on it in the list, and then go to the *Authentication* tab/page - here you'll be able to generate a new access token. +### TwentyThree + +The video picker also supports videos from TwentyThree. However the configuration is a bit special, as you're using a custom domain - as a result of this, the configuration should be as following: + +```xml + + + + +``` + +If the parent TwentyThree account allows anonymous access, the access token and access token may be omitted. + +Also, as a result of limitions in the Twenty Three API, entered URls must look like `https://videos.yourdomain.com/manage/video/12345678` instead of `https://videos.yourdomain.com/friendlyVideoName`. + ### Grid editor The package also supports adding a grid editor - the JSON configuration for the editor could look like this: