Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include oEmbed data in Video embed modal #348

Open
rpeterman-gp opened this issue Oct 20, 2016 · 0 comments
Open

Include oEmbed data in Video embed modal #348

rpeterman-gp opened this issue Oct 20, 2016 · 0 comments

Comments

@rpeterman-gp
Copy link
Contributor

rpeterman-gp commented Oct 20, 2016

Gathering of video data can be simplified using oEmbed data from the video service provider. This data can not only be used to prepopulate the Title field for the user, saving them from having manually enter it, but can also provide other useful data, such as thumbnail URL's and links to the author and provider sites. oEmbed data can also be used to share this content with PMP and other services that support oEmbed links.

Not all providers return the same amount of data and would require some handling to normalize the data for standardized usage. Also,not all providers support a jsonp response options necessary front-end implementation. Until an in-house oEmbed retrieval endpoint can be created, suggest using Noembed service to support implementation of this feature into front-end code.

@rpeterman-gp rpeterman-gp self-assigned this Oct 20, 2016
rpeterman-gp added a commit that referenced this issue Oct 26, 2016
- Issue #348 - Video embed now treats video embed as a 1:1 pointer to
provider video oEmbed data. URL field is no longer editable after being
saved, since changing the URL would be the same as removing the video
and adding a new one.
- Added drag-and-drop support for video URL's into Video embed modal via
plain text (dragged from address bar) or link HTML (dragged from link to
video URL).
- Added support for promises to be returned by embedType's
getModelFromForm method.
rpeterman-gp added a commit that referenced this issue Nov 1, 2016
Issue #348
- Using Vimeo oEmbed API to support option their extened options and
prevent mangling of mulitbyte characters.
rpeterman-gp added a commit that referenced this issue Feb 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant