TwentyThree video picker for Umbraco 10.
Install the NuGet package - either via the .NET CLI:
dotnet add package Limbo.Umbraco.TwentyThree --version 2.0.0-alpha001
or the NuGet package manager:
Install-Package Limbo.Umbraco.TwentyThree -Version 2.0.0-alpha001
The package features a property editor that allows users to insert a single TwentyThree video - either from the URL of the video or an embed code. The property editor will pull information about the inserted video from the TwentyThree API, exposing this information for you in the property value.
Read more on GitHub.com