uCkriptVideoEmbed 1.0.0

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package uCkriptVideoEmbed --version 1.0.0
NuGet\Install-Package uCkriptVideoEmbed -Version 1.0.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="uCkriptVideoEmbed" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add uCkriptVideoEmbed --version 1.0.0
#r "nuget: uCkriptVideoEmbed, 1.0.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install uCkriptVideoEmbed as a Cake Addin
#addin nuget:?package=uCkriptVideoEmbed&version=1.0.0

// Install uCkriptVideoEmbed as a Cake Tool
#tool nuget:?package=uCkriptVideoEmbed&version=1.0.0

uCkript Video Embed for Umbraco 8

  • Umbraco v8.6.4

Description

  • An Umbraco property editor to add embed videos without the need for the grid editor
  • Supports YouTube, Vimeo and DailyMotion
  • Configuration allows you to choose if you want the output to be:
    • Video ID Or;
    • Embed URL It is up to you then to add the appropriate markup to output your video embed.

IMPORTANT NOTES

  • The package leverages the same Embed functionality used natively in Umbraco within the grid editor
  • The embed functionality have been duplicated for this package instead of changing the core files in case you've added customisations that you wouldn't want overwritten
  • You need to generate an API Key for YouTube through Google Developer Console
  • Reloading of existing values may seem slow sometimes due to API requests throttling (We'll look into caching possibilities in future releases)
  • Daily Motion videos seem to take a little extra while to load via their APIs
  • Daily Motion's short URL (https://dai.ly/) returns a "Not supported" message (This is an existing Umbraco bug as of v8.6.4)

Installation

  • In the Back Office, create a new DataType and select "uCkript Video Embed" under 'Property Editor'
There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated

- Initial release
     - Supports YouTube, Vimeo and DailyMotion
     - Output Video ID or Embed URL