Overview
With the Limeade Video Player Third Party App you can list and play videos hosted on a third-party streaming service. Currently only Vimeo is supported in this micro-app
App Configuration
Configuration Entries
ImageUrl |
URL of the banner image |
DescriptionText |
DescriptionText |
OpenExternalText |
Text for button if the video should be opened in an external browser |
Videos |
JSON Payload for the videos an category |
[
{
"VideoUrl": "https://vimeo.com/1234567890/7efacd0ccb",
"Category": "My Category 1",
"Description": "My First Video",
"CustomUrl": "https://www.mycompany.com/video/1234567890",
"OpenDirect": true,
"OpenEmbedded": false,
"OpenExternal": false,
"ShowOpenExternal": false,
"VimeoThumbnailReferer": "mycompany.com"
},
{
"VideoUrl": "https://vimeo.com/0987654321/a0ae166937",
"Category": "My Category 2",
"Description": "My Second Video",
"CustomUrl": "https://www.mycompany.com/video/0987654321",
"OpenDirect": true,
"OpenEmbedded": false,
"OpenExternal": false,
"ShowOpenExternal": false,
"VimeoThumbnailReferer": "mycompany.com"
}
]
Description of the JSON Configuration:
VideoUrl |
Direct Link for the video |
Category |
Name of the category, the category screen gets grouped by this naming |
Description |
Description Text for the Video |
CustomUrl |
A custom URL where the video is embedded. E.g. if the Vimeo privacy settings are configured that only your own company domain can run those, you may want to provide a custom webpage which runs the video based on an id. |
OpenDirect |
Opens the Custom URL for the video in an internal browser |
OpenEmbedded |
Opens the video player with an embed code in an internal browser |
OpenExternal |
Opens the Video Url in an external browser |
ShowOpenExternal |
On OpenDirect gives an option to open the URL in an external Browser |
VimeoThumbnailReferer |
Referer Domain which is allowed to grab the Vimeo Thumbnail if the link might be under Vimeo privacy settings |
Comments
0 comments
Please sign in to leave a comment.